diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 52e80fe..914fec9 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -71,7 +71,7 @@ jobs: pytest-extra-args: -v --durations=10 --maxfail=10 --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=xml:coverage.xml --cov-report=html --cov-report term - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: coverage.xml