Skip to content

Commit 041eaa7

Browse files
chore(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55b14b7 commit 041eaa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs: [ build-package ]
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/download-artifact@v7
49+
- uses: actions/download-artifact@v8
5050
with:
5151
name: package
5252
path: dist
@@ -66,7 +66,7 @@ jobs:
6666
- test-clean-install
6767
runs-on: ubuntu-latest
6868
steps:
69-
- uses: actions/download-artifact@v7
69+
- uses: actions/download-artifact@v8
7070
with:
7171
name: package
7272
path: dist/

0 commit comments

Comments
 (0)