diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fda58fc..bb42e2e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: - name: Test with pytest and generate coverage file run: tox -e py - name: Upload coverage report to codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v5 if: success() with: file: coverage.xml