Skip to content

Commit

Permalink
feat: update actions/upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Sep 16, 2024
1 parent ccf9558 commit 0759b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
version: 1.10.0
- name: Build
run: ninja -C ./v8/out.gn/arm64.release
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: v8_macos_arm64
path: |
Expand Down

0 comments on commit 0759b58

Please sign in to comment.