diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 08669d8..a1e4744 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -47,7 +47,7 @@ jobs: path: ./com.io7m.wendover.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: com.io7m.wendover.tests/target/site/jacoco-aggregate/jacoco.xml