diff --git a/.github/workflows/pytests.yml b/.github/workflows/pytests.yml index b9e5cae5..177227ea 100644 --- a/.github/workflows/pytests.yml +++ b/.github/workflows/pytests.yml @@ -132,7 +132,7 @@ jobs: continue-on-error: true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cov.xml @@ -261,7 +261,7 @@ jobs: continue-on-error: true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cov.xml