diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 7bad162c..a9254434 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -25,7 +25,7 @@ jobs: name: test-logs path: ./com.io7m.jtensors.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: com.io7m.jtensors.tests/target/site/jacoco-aggregate/jacoco.xml