From 760c1ec1140a479bc1d059cc3eee263703f45d1f Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Thu, 19 Dec 2024 10:06:51 +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 c71a62b..35e2cfa 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.aradine.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.aradine.tests/target/site/jacoco-aggregate/jacoco.xml