Skip to content

Commit 069ef74

Browse files
authored
Merge pull request #22 from 107-systems/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 971b28c + 8c81418 commit 069ef74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)