diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 951e0f3..492e936 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: python -m pytest - name: Upload code coverage to Codecov - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 #v5.5.1 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 #v6.0.0 with: file: ./coverage.xml flags: unittests