Skip to content

Commit 9c3ccd9

Browse files
authored
Merge pull request #59 from arduino/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 5c822d2 + b8ff851 commit 9c3ccd9

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
@@ -115,7 +115,7 @@ jobs:
115115
uses: actions/checkout@v5
116116

117117
- name: Download configuration files artifact
118-
uses: actions/download-artifact@v5
118+
uses: actions/download-artifact@v6
119119
with:
120120
pattern: ${{ env.CONFIGURATIONS_ARTIFACT }}-*
121121
merge-multiple: true

0 commit comments

Comments
 (0)