Skip to content

Commit

Permalink
Update GitHub Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobous committed Feb 27, 2024
1 parent c48b954 commit 21aa1e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Check Format
Expand All @@ -57,12 +57,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Setup java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
# specifies the OpenJdk that should be used; 'zulu' is the default for GitHub actions
distribution: 'zulu'
Expand All @@ -76,7 +76,7 @@ jobs:
# Exports the TCK logs in case the build fails
- name: Export TCK logs
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tck-logs-jdk-${{ matrix.java }}
retention-days: 14
Expand Down

0 comments on commit 21aa1e2

Please sign in to comment.