Skip to content

Commit fe24960

Browse files
authored
Merge pull request #608 from arduino/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 2c6dfac + acaf09a commit fe24960

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
@@ -118,7 +118,7 @@ jobs:
118118
uses: actions/checkout@v4
119119

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

0 commit comments

Comments
 (0)