diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0c65e58..6c8e9547 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,6 +131,6 @@ jobs: needs: [format, lint, typecheck] steps: - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }}