Skip to content

Commit b81e7a7

Browse files
committed
Use codecov 5.0.2.
1 parent 9556a5c commit b81e7a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.linux.temurin.lts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
path: ./com.io7m.jspatial.tests/target/surefire-reports
4848

4949
- name: Coverage
50-
uses: codecov/codecov-action@v4.6.0
50+
uses: codecov/codecov-action@v5.0.2
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
53-
file: com.io7m.jspatial.tests/target/site/jacoco-aggregate/jacoco.xml
53+
files: com.io7m.jspatial.tests/target/site/jacoco-aggregate/jacoco.xml
5454

5555
- name: Log in to Quay.io.
5656
uses: redhat-actions/podman-login@v1.7

0 commit comments

Comments
 (0)