From e07e6db2c249aa5c73ac051d4c049a06883b947f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 14:52:39 +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..b5783b0 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.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/.last_run.json, ./coverage/.resultset.json