diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index e0b7997..d094fd0 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -58,7 +58,7 @@ jobs: path: ./com.io7m.jcoronado.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v5.0.4 + uses: codecov/codecov-action@v5.0.5 with: token: ${{ secrets.CODECOV_TOKEN }} files: com.io7m.jcoronado.tests/target/site/jacoco-aggregate/jacoco.xml