From 6b0acfb0d98e67ed1973f06192749af26af27c46 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Thu, 21 Nov 2024 11:17:02 +0000 Subject: [PATCH] Update workflows. --- .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 92efa26..28b7468 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -54,7 +54,7 @@ jobs: path: ./com.io7m.laurel.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v5.0.5 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} files: com.io7m.laurel.tests/target/site/jacoco-aggregate/jacoco.xml