From 8541e6c10c353c0e029a471e0d1e5201c5c68ea3 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Wed, 2 Oct 2024 10:15:35 +0000 Subject: [PATCH] Upgrade codecov 4.5.0 -> 4.6.0. --- .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 43be952..4a50e49 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.garriga.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: com.io7m.garriga.tests/target/site/jacoco-aggregate/jacoco.xml