diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e91ff7..86711b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: bundle exec rspec --format documentation - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: matrix.ruby-version == '3.3' with: token: ${{ secrets.CODECOV_TOKEN }}