Skip to content

Commit

Permalink
Upgraded GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe85 committed Jul 15, 2022
1 parent 7f65355 commit 805845f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
jdk: [ 8, 11, 17, 18 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.jdk }}
java-package: jdk
architecture: x64
- run: ./gradlew build
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
if: matrix.jdk == 17
with:
directory: ./build/reports/kover

0 comments on commit 805845f

Please sign in to comment.