Skip to content

Commit

Permalink
Reverts artifact upload/donwload action scripts to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
raugfer committed Sep 9, 2024
1 parent e81c89c commit 672d8ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git status --porcelain
[[ -z $(git status --porcelain) ]]
- name: Upload package file as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: npm-package
path: tools/npm/garaga_rs/*.tgz
Expand All @@ -60,7 +60,7 @@ jobs:
libcups2 libxcomposite1 libxdamage1 libxrandr2 libgbm1 \
libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libgtk-3-0
- name: Download package file as artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: npm-package
path: tools/npm/garaga_rs
Expand All @@ -83,7 +83,7 @@ jobs:
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'
- name: Download package file as artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: npm-package
- name: Publish to npm
Expand Down

0 comments on commit 672d8ab

Please sign in to comment.