From 7284b4768ee6c4f0d9d9e62b4ecf2b13dd5a2624 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Wed, 2 Oct 2024 10:15:42 +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 fd95537..6603e7d 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.zelador.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.zelador.tests/target/site/jacoco-aggregate/jacoco.xml