From 9ba68ddb5edac0920e478ce7c51fa39db2e0df15 Mon Sep 17 00:00:00 2001 From: rebeccamccabe Date: Sun, 10 Nov 2024 06:08:31 -0500 Subject: [PATCH] bump codecov from v0 to v1 since v0 not found --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d15857e..54b998d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,7 +53,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Publish test report to codecov - uses: codecov/test-results-action@v0 + uses: codecov/test-results-action@v1 with: fail_ci_if_error: true files: test-results/results.xml