Skip to content

Commit 814a46b

Browse files
chore(deps): bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2f94a5 commit 814a46b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
suffix: '_${{ matrix.os }}-amd64'
184184
steps:
185185
- name: download artifacts
186-
uses: actions/download-artifact@v4
186+
uses: actions/download-artifact@v6
187187
with:
188188
path: artifacts
189189
pattern: '**/*${{ env.suffix }}'
@@ -246,7 +246,7 @@ jobs:
246246
id: get-sha
247247
run: echo "short_sha=${GITHUB_SHA:0:8}" >> $GITHUB_OUTPUT
248248
- name: Download artifacts
249-
uses: actions/download-artifact@v4
249+
uses: actions/download-artifact@v6
250250
- name: List files
251251
run: ls -laR .
252252
- name: Workaround - delete all files over 2G, above github release file upload limit

0 commit comments

Comments
 (0)