From 4113c3515402cdeb4057232132108a0179fd27d7 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Thu, 13 Jun 2024 11:03: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 9f1567d..989ff6f 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.jptbox.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.jptbox.tests/target/site/jacoco-aggregate/jacoco.xml