diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 638f285..7a6d109 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -42,6 +42,6 @@ jobs: - name: Upload coverage reports to Codecov (push to main) if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}