From 809f5d9d117209fb2ee2cc8c200c9eff1e0b2bd1 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Wed, 20 Nov 2024 16:47:28 +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 03c3323..b3871c1 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.darco.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v5.0.4 + uses: codecov/codecov-action@v5.0.5 with: token: ${{ secrets.CODECOV_TOKEN }} files: com.io7m.darco.tests/target/site/jacoco-aggregate/jacoco.xml