Skip to content

Commit cf95285

Browse files
authored
Merge pull request #1268 from arduino/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents 811348c + 56c7b05 commit cf95285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-labels-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@v4
120120

121121
- name: Download configuration file artifacts
122-
uses: actions/download-artifact@v4
122+
uses: actions/download-artifact@v5
123123
with:
124124
merge-multiple: true
125125
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
 (0)