Skip to content

Commit

Permalink
Update codecov to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Apr 4, 2024
1 parent fa0ac47 commit 32a3013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
${{ runner.os }}-maven-
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: ${{ matrix.java }}
Expand All @@ -40,6 +40,6 @@ jobs:
run: ./mvnw -e -B -V -ntp clean package

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 32a3013

Please sign in to comment.