Skip to content

Commit 4766d64

Browse files
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 8887ed1 commit 4766d64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/checkout@v4
113113

114114
- name: Download artifacts
115-
uses: actions/download-artifact@v4
115+
uses: actions/download-artifact@v5
116116
with:
117117
name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
118118
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
merge-multiple: true
204204
path: ${{ env.DIST_DIR }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/checkout@v4
124124

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

0 commit comments

Comments
 (0)