diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffe2a8b..d9e1fd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.ruby == '3.4' && matrix.rails == '8.1' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/.resultset.json