From 8be89f95d6fa7a95b373a41913893984becffb0f Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Thu, 13 Jun 2024 11:03:07 +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 984f76e..91e407b 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -44,7 +44,7 @@ jobs: path: ./com.io7m.timehack6435126.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: com.io7m.timehack6435126.tests/target/site/jacoco-aggregate/jacoco.xml