diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 5dce5913..3e9ccddb 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -114,6 +114,6 @@ jobs: - name: "Upload coverage report to Codecov" if: contains(matrix.posargs, '--cov') - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 + uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 with: token: ${{ secrets.CODECOV_TOKEN }}