Skip to content

Commit 99e7e18

Browse files
authored
Merge pull request #63 from 107-systems/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 788441c + 72ccf88 commit 99e7e18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
uses: actions/checkout@v6
103103

104104
- name: Download configuration files artifact
105-
uses: actions/download-artifact@v6
105+
uses: actions/download-artifact@v7
106106
with:
107107
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
108108
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)