Skip to content

Commit

Permalink
Update remaining GH actions. download-artifacts v2 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-kaleba committed Nov 8, 2024
1 parent 100f090 commit 0c5ed03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Setup jt
run: echo "SYSTEM_RUBY=$(which ruby)" >> $GITHUB_ENV && echo "$PWD/bin" >> $GITHUB_PATH

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: truffleruby-jvm
- uses: ./.github/actions/setup-truffleruby
Expand All @@ -156,7 +156,7 @@ jobs:
- name: Setup jt
run: echo "SYSTEM_RUBY=$(which ruby)" >> $GITHUB_ENV && echo "$PWD/bin" >> $GITHUB_PATH

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: truffleruby-jvm
- uses: ./.github/actions/setup-truffleruby
Expand All @@ -175,7 +175,7 @@ jobs:
- name: Setup jt
run: echo "SYSTEM_RUBY=$(which ruby)" >> $GITHUB_ENV && echo "$PWD/bin" >> $GITHUB_PATH

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: truffleruby-jvm
- uses: ./.github/actions/setup-truffleruby
Expand All @@ -194,7 +194,7 @@ jobs:
- name: Setup jt
run: echo "SYSTEM_RUBY=$(which ruby)" >> $GITHUB_ENV && echo "$PWD/bin" >> $GITHUB_PATH

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: truffleruby-native
- uses: ./.github/actions/setup-truffleruby
Expand Down

0 comments on commit 0c5ed03

Please sign in to comment.