Skip to content

Commit 016b0f8

Browse files
Bump actions/download-artifact from 4 to 5 (#273)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3dd09d2 commit 016b0f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

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

154154
steps:
155155
- name: Download build artifacts
156-
uses: actions/download-artifact@v4
156+
uses: actions/download-artifact@v5
157157

158158
- name: Create checksum file
159159
run: |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
uses: actions/checkout@v5
116116

117117
- name: Download artifacts
118-
uses: actions/download-artifact@v4
118+
uses: actions/download-artifact@v5
119119
with:
120120
name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
121121
path: ${{ env.DIST_DIR }}
@@ -213,7 +213,7 @@ jobs:
213213
uses: actions/checkout@v5
214214

215215
- name: Download artifact
216-
uses: actions/download-artifact@v4
216+
uses: actions/download-artifact@v5
217217
with:
218218
merge-multiple: true
219219
path: ${{ env.DIST_DIR }}

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
uses: actions/checkout@v5
116116

117117
- name: Download configuration file artifacts
118-
uses: actions/download-artifact@v4
118+
uses: actions/download-artifact@v5
119119
with:
120120
merge-multiple: true
121121
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
 (0)