Skip to content

Commit c51f249

Browse files
BOT: Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b7dc3ad commit c51f249

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

0 commit comments

Comments
 (0)