From d95119a5b63b9d6f55ea9f4083e9498641509953 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Fri, 15 Nov 2024 19:30:13 +0000 Subject: [PATCH] Use codecov 5.0.2. --- .github/workflows/main.linux.temurin.lts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index df39628f..854b8318 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -47,10 +47,10 @@ jobs: path: ./com.io7m.idstore.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} - file: com.io7m.idstore.tests/target/site/jacoco-aggregate/jacoco.xml + files: com.io7m.idstore.tests/target/site/jacoco-aggregate/jacoco.xml - name: Log in to Quay.io. uses: redhat-actions/podman-login@v1.7