Merge pull request #9 from kingchenc/dependabot/github_actions/actions/download-artifact-8.0.1

deps(actions): bump actions/download-artifact from 4.3.0 to 8.0.1
This commit is contained in:
kingchenc
2026-05-23 21:37:55 +02:00
committed by GitHub
+3 -3
View File
@@ -140,7 +140,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: release environment: release
steps: steps:
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with: with:
path: dist path: dist
pattern: wheels-* pattern: wheels-*
@@ -216,7 +216,7 @@ jobs:
run: npm install run: npm install
- name: Download all platform binaries - name: Download all platform binaries
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with: with:
path: bindings/node/artifacts path: bindings/node/artifacts
pattern: bindings-* pattern: bindings-*
@@ -418,7 +418,7 @@ jobs:
echo "::notice::attaching assets to release $tag" echo "::notice::attaching assets to release $tag"
- name: Download all build artifacts - name: Download all build artifacts
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with: with:
path: artifacts path: artifacts