Skip to content

Commit f2a17a1

Browse files
BOT: Bump actions/download-artifact from 3 to 4 (#43)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...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 6dcf28a commit f2a17a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
fetch-depth: 0 # Fetch all history for all tags and branches
6060

61-
- uses: actions/download-artifact@v3
61+
- uses: actions/download-artifact@v4
6262
with:
6363
name: release
6464
path: dist/
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
fetch-depth: 0 # Fetch all history for all tags and branches
8484

85-
- uses: actions/download-artifact@v3
85+
- uses: actions/download-artifact@v4
8686
with:
8787
name: release
8888
path: dist/

0 commit comments

Comments
 (0)