From 66ecbea92276d8e2eb76c68e232265b7c09d6c35 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Tue, 21 May 2024 13:07:39 +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 13e5012..6713d99 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.jaccord.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v4.4.0 + uses: codecov/codecov-action@v4.4.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: com.io7m.jaccord.tests/target/site/jacoco-aggregate/jacoco.xml