diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8df2f95e..27f8c1e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,7 +72,7 @@ jobs: pattern: coverage-ruby-* path: coverage merge-multiple: true - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} directory: coverage