diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 1ec59ef..2367b02 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -54,7 +54,7 @@ jobs: path: ./com.io7m.jwheatsheaf.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: com.io7m.jwheatsheaf.tests/target/site/jacoco-aggregate/jacoco.xml