Skip to content

Commit

Permalink
Bumps codecov/codecov-action from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
timandy committed Nov 4, 2024
1 parent 51adced commit 516a129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
run: mvn test -B

- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: Codecov on jdk ${{ matrix.java }}
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

0 comments on commit 516a129

Please sign in to comment.