Skip to content

Commit

Permalink
switch to upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Nov 7, 2024
1 parent c20a27d commit b15ed3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_cxx_sysroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
TOOLCHAIN=/opt/wasix-sysroot/clang-wasix.cmake_toolchain ./test/wasix/run_tests.sh
- name: Upload sysroot
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wasix-sysroot
path: /opt/wasix-sysroot
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
needs: build
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wasix-sysroot
path: wasix-sysroot
Expand Down

0 comments on commit b15ed3d

Please sign in to comment.