Skip to content

Commit

Permalink
upgaded actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Mar 11, 2024
1 parent 31a3da5 commit 86744e5
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 @@ -32,7 +32,7 @@ jobs:
- run: ./build.sh emscripten
- run: ./build.sh --simd emscripten
- run: echo "Done!"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build
path: |
Expand Down

0 comments on commit 86744e5

Please sign in to comment.