Skip to content

Commit 6f424a9

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
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@v2
61+
- uses: actions/download-artifact@v3
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@v2
85+
- uses: actions/download-artifact@v3
8686
with:
8787
name: release
8888
path: dist/

0 commit comments

Comments
 (0)