Skip to content

Commit dc4c14b

Browse files
committed
Use v5 codecov action
1 parent 8f53edb commit dc4c14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: ./mvnw -B -U clean verify
6767

6868
- name: Upload to codecov
69-
uses: codecov/codecov-action@v4
69+
uses: codecov/codecov-action@v5
7070
with:
7171
name: tests-java-${{ matrix.java-version }}-os-${{ matrix.os-name }}
7272
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)