Skip to content

Commit ed5394b

Browse files
Bump actions/download-artifact from 2 to 4 (#90)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 459deb3 commit ed5394b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# alternatively, to publish when a GitHub Release is created, use the following rule:
8383
# if: github.event_name == 'release' && github.event.action == 'published'
8484
steps:
85-
- uses: actions/download-artifact@v2
85+
- uses: actions/download-artifact@v4
8686
with:
8787
name: artifact
8888
path: dist

0 commit comments

Comments
 (0)