Skip to content

Commit 07fc263

Browse files
chore(deps): bump actions/download-artifact from 4.3.0 to 8.0.1 (#3)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: TensorNull <129579691+tensornull@users.noreply.github.com> Co-authored-by: TensorNull <tensor.null@gmail.com>
1 parent d2a1462 commit 07fc263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
- name: Use a Trusted Publishing-capable npm CLI
213213
run: npm install --global npm@11.12.1
214214
- name: Download the verified release artifact
215-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
215+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
216216
with:
217217
name: npm-package-${{ needs.verify.outputs.version }}
218218
path: release-artifacts

0 commit comments

Comments
 (0)