From 7996ecdb71a3fe76a115db8dbd6297eff632916e Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Mon, 5 Feb 2024 12:55:01 +0200 Subject: [PATCH] ci: update codecov action --- .github/workflows/test-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index 85796a2..6216294 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -29,7 +29,7 @@ jobs: bundle exec rake - name: Publish code coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: matrix.ruby-version == '3.0' with: token: ${{ secrets.CODECOV_TOKEN }}