Skip to content

Commit da1b8ab

Browse files
chore(deps): bump actions/download-artifact from 4.3.0 to 8.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a35d6f6 commit da1b8ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- name: Use a Trusted Publishing-capable npm CLI
218218
run: npm install --global npm@11.12.1
219219
- name: Download the verified release artifact
220-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
220+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
221221
with:
222222
name: npm-package-${{ needs.verify.outputs.version }}
223223
path: release-artifacts
@@ -488,7 +488,7 @@ jobs:
488488
- name: Use a Trusted Publishing-capable npm CLI
489489
run: npm install --global npm@11.12.1
490490
- name: Download the original verified release artifact
491-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
491+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
492492
with:
493493
github-token: ${{ github.token }}
494494
name: npm-package-0.1.0-alpha.1

0 commit comments

Comments
 (0)