Skip to content

Commit 0cc0fa4

Browse files
authored
Merge pull request #53 from arduino/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 7fbdeac + 15ab62e commit 0cc0fa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
uses: actions/checkout@v5
198198

199199
- name: Download artifact
200-
uses: actions/download-artifact@v5 # download all the artifacts
200+
uses: actions/download-artifact@v6 # download all the artifacts
201201

202202
- name: Prepare artifacts for the release and handle package_index
203203
run: |

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v5
110110

111111
- name: Download configuration file artifacts
112-
uses: actions/download-artifact@v5
112+
uses: actions/download-artifact@v6
113113
with:
114114
merge-multiple: true
115115
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
 (0)