diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7416ef7..5303e40 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.5.0 + uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }}