diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b5aa703..7416ef7 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,6 +21,6 @@ jobs: uses: actions/checkout@v4 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }}