Skip to content

Commit ac87cbc

Browse files
chore(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c138bc commit ac87cbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
is-high-risk-environment: true
4848
ref: ${{ github.sha }}
4949
- name: Restore build artifacts
50-
uses: actions/download-artifact@v7
50+
uses: actions/download-artifact@v8
5151
with:
5252
name: publish-release-artifacts-${{ github.sha }}
5353
- name: Dry run publish to NPM
@@ -71,7 +71,7 @@ jobs:
7171
is-high-risk-environment: true
7272
ref: ${{ github.sha }}
7373
- name: Restore build artifacts
74-
uses: actions/download-artifact@v7
74+
uses: actions/download-artifact@v8
7575
with:
7676
name: publish-release-artifacts-${{ github.sha }}
7777
- name: Publish to NPM

0 commit comments

Comments
 (0)