Skip to content

Commit 4a6f537

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] <[email protected]>
1 parent 8f7ffc2 commit 4a6f537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
needs: build
88
steps:
9-
- uses: actions/download-artifact@v4
9+
- uses: actions/download-artifact@v5
1010
with:
1111
name: dist
1212
path: _site

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: hecrj/setup-rust-action@v2
11-
- uses: actions/download-artifact@v4
11+
- uses: actions/download-artifact@v5
1212
with:
1313
name: dist
1414
path: dist

0 commit comments

Comments
 (0)