Skip to content

Commit a1c0ce4

Browse files
authored
Merge pull request #44 from arduino/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 61e707f + 8b877b6 commit a1c0ce4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
uses: actions/checkout@v4
200200

201201
- name: Download non-notarized artifact
202-
uses: actions/download-artifact@v4
202+
uses: actions/download-artifact@v5
203203
with:
204204
name: ${{ env.ARTIFACT_PREFIX }}${{ env.ARTIFACT_SUFFIX }}
205205
path: ${{ env.DIST_DIR }}
@@ -277,7 +277,7 @@ jobs:
277277
uses: actions/checkout@v4
278278

279279
- name: Download artifact
280-
uses: actions/download-artifact@v4
280+
uses: actions/download-artifact@v5
281281
with:
282282
merge-multiple: true
283283
path: ${{ env.DIST_DIR }}

.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@v4
110110

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

0 commit comments

Comments
 (0)