Skip to content

Commit

Permalink
[ci] Update GitHub actions plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Oct 2, 2024
1 parent ea3c8bc commit 914bfec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
jdk: ['8']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v4
with:
distribution: liberica
java-version: ${{ matrix.jdk }}
- name: Cache local Ivy repository
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.ivy/cache
key: ${{ runner.os }}-ivy-${{ hashFiles('**/ivy.xml') }}
Expand All @@ -39,7 +39,7 @@ jobs:
run: ./build.sh test -Dtest.haltonerror=true -Dtest.haltonfailure=true
- name: Archive build logs
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-jdk${{ matrix.jdk }}-build-logs
retention-days: 5
Expand Down

0 comments on commit 914bfec

Please sign in to comment.