diff --git a/.github/workflows/_codecov.yaml b/.github/workflows/_codecov.yaml index f77d976..24a4045 100644 --- a/.github/workflows/_codecov.yaml +++ b/.github/workflows/_codecov.yaml @@ -51,7 +51,7 @@ jobs: run: pytest --cov --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 #v4.2.0 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed #v4.3.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml