Skip to content

Commit

Permalink
Bump GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Feb 3, 2024
1 parent 35600f2 commit 3beee5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand All @@ -32,7 +32,7 @@ jobs:

- name: Store reports
if: always() && (steps.gradle-build.outcome == 'success' || steps.gradle-build.outcome == 'failure')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: reports
path: |
Expand All @@ -46,9 +46,9 @@ jobs:
matrix:
java: [ 8, 17, 21 ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: |
Expand All @@ -66,7 +66,7 @@ jobs:

- name: Store reports
if: always() && (steps.gradle-build.outcome == 'success' || steps.gradle-build.outcome == 'failure')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jdk-${{ matrix.java }}-tests
path: |
Expand Down

0 comments on commit 3beee5b

Please sign in to comment.