From d337944ff230d93854e7108862812245b8352efb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 11:07:37 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 87e35dd..3f16c98 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -36,7 +36,7 @@ jobs: - name: Run RSpec run: bundle exec rspec - name: Codecov - uses: codecov/codecov-action@v1.0.12 + uses: codecov/codecov-action@v4.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/.last_run.json, ./coverage/.resultset.json