From ad3d514a1aeb615e65fd54a4b72dc4a95c61fe5e Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sat, 20 Apr 2024 14:46:31 +0000 Subject: [PATCH] Downgrade coverage workflow to v3. --- .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 a782c35..b8425f7 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -25,6 +25,6 @@ jobs: name: test-logs path: ./com.io7m.string-template-maven-plugin.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: file: com.io7m.string-template-maven-plugin.tests/target/site/jacoco-aggregate/jacoco.xml