Skip to content

Commit

Permalink
ci: actions/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Feb 20, 2025
1 parent bab422b commit 9d73b11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: npm-package
path: dist
Expand Down Expand Up @@ -176,11 +176,11 @@ jobs:
node-version: 18
- name: Setup
run: npm install
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: npm-package
path: dist
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: debug-symbols
path: dist/debug-symbols
Expand Down

0 comments on commit 9d73b11

Please sign in to comment.