diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 78ffada3..b89d4ff9 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -166,6 +166,6 @@ jobs: coverage xml --omit=*/_version.py - name: "upload coverage report" - uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c + uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a with: token: ${{ secrets.CODECOV_TOKEN }}