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 }}