Skip to content

Commit 3895759

Browse files
Bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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>
1 parent b6cbcd0 commit 3895759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
contents: write
4444
steps:
4545
- name: Download distribution artifacts
46-
uses: actions/download-artifact@v4
46+
uses: actions/download-artifact@v7
4747
with:
4848
name: dist
4949
path: dist/
@@ -65,7 +65,7 @@ jobs:
6565
id-token: write
6666
steps:
6767
- name: Download distribution artifacts
68-
uses: actions/download-artifact@v4
68+
uses: actions/download-artifact@v7
6969
with:
7070
name: dist
7171
path: dist/

0 commit comments

Comments
 (0)