From decdcbe1ffb8b33d49a610ae16db505af3446a40 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Thu, 2 May 2024 21:53:51 +0000 Subject: [PATCH] Update codecov. --- .github/workflows/main.linux.temurin.lts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 50aff67..9724c2e 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.anethum.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.anethum.tests/target/site/jacoco-aggregate/jacoco.xml