From 1a357e17231b1e48300d8cebb845a924fd929979 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Wed, 2 Oct 2024 10:15:34 +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 971dc0b..f6b085e 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.darco.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.darco.tests/target/site/jacoco-aggregate/jacoco.xml