From 5f7635124fde99c1b33510362244024e2cd5b286 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Fri, 6 Dec 2024 17:09:49 +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 0958d74..c9de752 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -47,7 +47,7 @@ jobs: path: ./com.io7m.zelador.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: com.io7m.zelador.tests/target/site/jacoco-aggregate/jacoco.xml