Skip to content

Commit

Permalink
Update upload_artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell committed Nov 19, 2024
1 parent 2fe34c9 commit 394b374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
# --verbose
- name: Upload libshaderc
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: libshaderc-${{matrix.arch}}
path: build/libshaderc/libshaderc.so

- name: Upload libshaderc (with debug info)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: libshaderc-${{matrix.arch}}-debug
path: build/libshaderc/libshaderc_shared.so
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cmake --build build --config RelWithDebInfo -- -j8
- name: Upload libshaderc
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: libshaderc
path: build/libshaderc/*.dylib

0 comments on commit 394b374

Please sign in to comment.