From 20ebaf61db085360ab6e185f6cbc812fc5e1bdfb 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 60a3a88..6f01abc 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.jcip.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.jcip.tests/target/site/jacoco-aggregate/jacoco.xml