Skip to content

Commit bfbd211

Browse files
authored
Merge pull request #903 from arduino/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 2689745 + ba17e26 commit bfbd211

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/publish-go-nightly-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
uses: actions/checkout@v4
100100

101101
- name: Download artifacts
102-
uses: actions/download-artifact@v4
102+
uses: actions/download-artifact@v5
103103
with:
104104
name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
105105
path: ${{ env.DIST_DIR }}
@@ -192,7 +192,7 @@ jobs:
192192

193193
steps:
194194
- name: Download artifact
195-
uses: actions/download-artifact@v4
195+
uses: actions/download-artifact@v5
196196
with:
197197
pattern: ${{ env.ARTIFACT_PREFIX }}*
198198
merge-multiple: true

.github/workflows/publish-go-tester-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
steps:
148148
- name: Download build artifacts
149-
uses: actions/download-artifact@v4
149+
uses: actions/download-artifact@v5
150150

151151
- name: Create checksum file
152152
run: |

.github/workflows/release-go-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v4
109109

110110
- name: Download artifacts
111-
uses: actions/download-artifact@v4
111+
uses: actions/download-artifact@v5
112112
with:
113113
name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
114114
path: ${{ env.DIST_DIR }}
@@ -198,7 +198,7 @@ jobs:
198198

199199
steps:
200200
- name: Download artifact
201-
uses: actions/download-artifact@v4
201+
uses: actions/download-artifact@v5
202202
with:
203203
pattern: ${{ env.ARTIFACT_PREFIX }}*
204204
merge-multiple: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/checkout@v4
126126

127127
- name: Download configuration file artifacts
128-
uses: actions/download-artifact@v4
128+
uses: actions/download-artifact@v5
129129
with:
130130
merge-multiple: true
131131
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
 (0)