From 0a6fd99b1dbd6857b73e170fefbc1ee693de467d Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Tue, 21 May 2024 13:07:44 +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 39e27a0..66120d3 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.minisite.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.minisite.tests/target/site/jacoco-aggregate/jacoco.xml