Skip to content

Commit 2c3d372

Browse files
build(deps): 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] <[email protected]>
1 parent 5ff0edb commit 2c3d372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
is-high-risk-environment: true
4444
ref: ${{ github.sha }}
4545
- name: Restore build artifacts
46-
uses: actions/download-artifact@v4
46+
uses: actions/download-artifact@v7
4747
with:
4848
name: publish-release-artifacts-${{ github.sha }}
4949
- name: Dry run publish to NPM
@@ -64,7 +64,7 @@ jobs:
6464
is-high-risk-environment: true
6565
ref: ${{ github.sha }}
6666
- name: Restore build artifacts
67-
uses: actions/download-artifact@v4
67+
uses: actions/download-artifact@v7
6868
with:
6969
name: publish-release-artifacts-${{ github.sha }}
7070
- name: Publish to NPM

0 commit comments

Comments
 (0)