Skip to content

Commit a4b32ed

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b4eec0 commit a4b32ed

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@v6
9+
- uses: actions/download-artifact@v7
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@v6
1010
- uses: hecrj/setup-rust-action@v2
11-
- uses: actions/download-artifact@v6
11+
- uses: actions/download-artifact@v7
1212
with:
1313
name: dist
1414
path: dist

0 commit comments

Comments
 (0)