From 9d0eaf94029acf736174382d60620e6f107fca7c Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Thu, 19 Dec 2024 10:06:52 +0000 Subject: [PATCH] Update codecov to 5.1.2. --- .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 3e61721..6c7dc02 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -54,7 +54,7 @@ jobs: path: ./com.io7m.digal.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} files: com.io7m.digal.tests/target/site/jacoco-aggregate/jacoco.xml