Skip to content

Commit

Permalink
Update upload-artifact action version
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Apr 26, 2024
1 parent f8e2639 commit b5aae60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- run: . emsdk/emsdk_env.sh && make vjs BUILD=profile
- run: . emsdk/emsdk_env.sh && make vjs BUILD=release TARGET=asmjs-unknown-emscripten
- run: npm pack
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: npm package
path: ./vireo-*.tgz
Expand Down

0 comments on commit b5aae60

Please sign in to comment.