diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ca4771..44a0c7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ github.event_name == 'pull_request' || github.ref == 'refs/heads/main' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/browser/lcov.info