diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index d61b78e1..12d15e13 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -165,6 +165,6 @@ jobs: coverage xml --omit=*/_version.py - name: "upload coverage report" - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 with: token: ${{ secrets.CODECOV_TOKEN }}