diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index aea5d5a..fe0b078 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -25,6 +25,6 @@ jobs: name: test-logs path: ./com.io7m.changelog.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: com.io7m.changelog.tests/target/site/jacoco-aggregate/jacoco.xml