From 24c9ad1432c9546605c2a92a0281c2b77f15d63a Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Thu, 19 Dec 2024 10:07:00 +0000 Subject: [PATCH] Update codecov to 5.1.2. --- .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 dc948db..7123856 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.usq.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} files: com.io7m.usq.tests/target/site/jacoco-aggregate/jacoco.xml