Skip to content

Commit 63ea62f

Browse files
[skip changelog] Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c41f5df commit 63ea62f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
uses: actions/checkout@v4
9595

9696
- name: Download artifacts
97-
uses: actions/download-artifact@v4
97+
uses: actions/download-artifact@v5
9898
with:
9999
name: ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}
100100
path: ${{ env.DIST_DIR }}
@@ -199,7 +199,7 @@ jobs:
199199
uses: actions/checkout@v4
200200

201201
- name: Download artifacts
202-
uses: actions/download-artifact@v4
202+
uses: actions/download-artifact@v5
203203
with:
204204
name: ${{ env.ARTIFACT_NAME }}-Windows_64bit
205205
path: ${{ env.DIST_DIR }}
@@ -253,7 +253,7 @@ jobs:
253253
uses: actions/checkout@v4
254254

255255
- name: Download artifact
256-
uses: actions/download-artifact@v4
256+
uses: actions/download-artifact@v5
257257
with:
258258
pattern: ${{ env.ARTIFACT_NAME }}-*
259259
merge-multiple: true

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

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

165165
steps:
166166
- name: Download build artifacts
167-
uses: actions/download-artifact@v4
167+
uses: actions/download-artifact@v5
168168
- name: Output checksum
169169
run: |
170170
TAG="${{ needs.package-name-prefix.outputs.prefix }}git-snapshot"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/checkout@v4
104104

105105
- name: Download artifacts
106-
uses: actions/download-artifact@v4
106+
uses: actions/download-artifact@v5
107107
with:
108108
name: ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}
109109
path: ${{ env.DIST_DIR }}
@@ -208,7 +208,7 @@ jobs:
208208
uses: actions/checkout@v4
209209

210210
- name: Download artifacts
211-
uses: actions/download-artifact@v4
211+
uses: actions/download-artifact@v5
212212
with:
213213
name: ${{ env.ARTIFACT_NAME }}-Windows_64bit
214214
path: ${{ env.DIST_DIR }}
@@ -262,7 +262,7 @@ jobs:
262262
uses: actions/checkout@v4
263263

264264
- name: Download artifact
265-
uses: actions/download-artifact@v4
265+
uses: actions/download-artifact@v5
266266
with:
267267
pattern: ${{ env.ARTIFACT_NAME }}-*
268268
merge-multiple: true

.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 files artifact
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@v5
113113
with:
114114
pattern: ${{ env.CONFIGURATIONS_ARTIFACT }}-*
115115
merge-multiple: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
run: go install github.com/wadey/gocovmerge@b5bfa59
183183

184184
- name: Download coverage data artifact
185-
uses: actions/download-artifact@v4
185+
uses: actions/download-artifact@v5
186186
with:
187187
pattern: ${{ env.COVERAGE_ARTIFACT }}-*
188188
merge-multiple: true

0 commit comments

Comments
 (0)