Skip to content

Commit be8dd95

Browse files
chore(deps): 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] <[email protected]>
1 parent d1409c4 commit be8dd95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,17 +418,17 @@ jobs:
418418
contents: write
419419
steps:
420420
- name: Download Windows binary
421-
uses: actions/download-artifact@v4
421+
uses: actions/download-artifact@v5
422422
with:
423423
name: package-windows
424424
path: bin
425425
- name: Download macOS binary
426-
uses: actions/download-artifact@v4
426+
uses: actions/download-artifact@v5
427427
with:
428428
name: package-macos
429429
path: bin
430430
- name: Download Linux binary
431-
uses: actions/download-artifact@v4
431+
uses: actions/download-artifact@v5
432432
with:
433433
name: package-linux
434434
path: bin

0 commit comments

Comments
 (0)