Skip to content

Commit d70ae19

Browse files
chore(deps): bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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 da10b45 commit d70ae19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
id-token: write # required for trusted publishing
6363
steps:
6464
- name: Download build artifacts
65-
uses: actions/download-artifact@v4
65+
uses: actions/download-artifact@v8
6666
with:
6767
name: dist
6868
path: dist/
@@ -78,7 +78,7 @@ jobs:
7878
contents: write # required to create a release
7979
steps:
8080
- name: Download build artifacts
81-
uses: actions/download-artifact@v4
81+
uses: actions/download-artifact@v8
8282
with:
8383
name: dist
8484
path: dist/

0 commit comments

Comments
 (0)