Skip to content

Commit 850de13

Browse files
build(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 7ccdb7d commit 850de13

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
@@ -54,7 +54,7 @@ jobs:
5454
permissions:
5555
contents: write
5656
steps:
57-
- uses: actions/download-artifact@v4
57+
- uses: actions/download-artifact@v8
5858
with:
5959
name: dist
6060
path: dist
@@ -80,7 +80,7 @@ jobs:
8080
permissions:
8181
id-token: write # required for Trusted Publishing (OIDC)
8282
steps:
83-
- uses: actions/download-artifact@v4
83+
- uses: actions/download-artifact@v8
8484
with:
8585
name: dist
8686
path: dist

0 commit comments

Comments
 (0)