Skip to content

Commit 22cd9f8

Browse files
authored
Merge pull request #806 from ascopes/task/codecov-v5-action
Use v5 codecov action
2 parents 79380d2 + 2b4acb0 commit 22cd9f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
run: time ./mvnw -B -Dcheckstyle.skip -Dlicense.skip clean verify
148148

149149
- name: Publish code coverage
150-
uses: codecov/codecov-action@v4
150+
uses: codecov/codecov-action@v5
151151
continue-on-error: true
152152
if: always()
153153
with:

0 commit comments

Comments
 (0)