From 3722cd78d5998a72870cfafdc78316d853d1a369 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Thu, 13 Jun 2024 11:02:57 +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 71eb077..34ffb92 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.chione.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.chione.tests/target/site/jacoco-aggregate/jacoco.xml