Skip to content

Commit a704aa1

Browse files
authored
Merge pull request #839 from ascopes/task/codecov-v5-action
Use v5 codecov action
2 parents a526f4f + dc4c14b commit a704aa1

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
@@ -58,7 +58,7 @@ jobs:
5858
run: ./mvnw -B -U clean verify
5959

6060
- name: Upload to codecov
61-
uses: codecov/codecov-action@v4
61+
uses: codecov/codecov-action@v5
6262
with:
6363
name: tests-java-${{ matrix.java-version }}-os-${{ matrix.os-name }}
6464
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)