From 244147b6190db18a1b25426aa6747d0363424957 Mon Sep 17 00:00:00 2001 From: KatsukiFujimoto Date: Wed, 10 Apr 2024 23:26:03 +0900 Subject: [PATCH] Downgrade codecov from v4 to v3 because the tokenless upload does not work as described in the repository's README in some cases for a public repository - https://github.com/codecov/codecov-action/issues/1292 --- .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 6482a0c..5285525 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: - name: Run tests run: bundle exec rspec - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}