Skip to content

Commit 44b25a1

Browse files
authored
Merge pull request #1327 from arduino/dependabot/github_actions/actions/download-artifact-7
build(deps): bump actions/download-artifact from 6 to 7
2 parents 1ded96d + 5a6dc76 commit 44b25a1

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@v6
120120

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

0 commit comments

Comments
 (0)