diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97acab5..23f0672 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: TAPSILAT_API_TOKEN: ${{ secrets.TAPSILAT_API_TOKEN }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: matrix.ruby-version == '3.4' with: file: ./coverage/coverage.xml