Skip to content

Commit

Permalink
Update github actions v2 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-kaleba committed Nov 8, 2024
1 parent 8a2db09 commit 21e601a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
cd $(dirname $(jt graalvm-home))
mv $(basename $(jt graalvm-home)) truffleruby-jvm
tar cf ${{ github.workspace }}/truffleruby-jvm.tar truffleruby-jvm
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: truffleruby-jvm
path: ${{ github.workspace }}/truffleruby-jvm.tar
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
cd $(dirname $(jt -u native graalvm-home))
mv $(basename $(jt -u native graalvm-home)) truffleruby-native
tar cf ${{ github.workspace }}/truffleruby-native.tar truffleruby-native
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: truffleruby-native
path: ${{ github.workspace }}/truffleruby-native.tar
Expand Down

0 comments on commit 21e601a

Please sign in to comment.