We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent becfb29 commit 6767273Copy full SHA for 6767273
.github/workflows/main.linux.temurin.lts.yml
@@ -47,10 +47,10 @@ jobs:
47
path: ./com.io7m.timehack6435126.tests/target/surefire-reports
48
49
- name: Coverage
50
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v5.0.2
51
with:
52
token: ${{ secrets.CODECOV_TOKEN }}
53
- file: com.io7m.timehack6435126.tests/target/site/jacoco-aggregate/jacoco.xml
+ files: com.io7m.timehack6435126.tests/target/site/jacoco-aggregate/jacoco.xml
54
55
- name: Log in to Quay.io.
56
uses: redhat-actions/podman-login@v1.7
0 commit comments