Skip to content

Commit ea8e0b0

Browse files
BOT: Bump actions/download-artifact from 6 to 7 (#68)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d7c2f7 commit ea8e0b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)