diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e76e8b9..a3d6996 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: run: | pytest tests/ -v --cov=dicti0nary_attack --cov-report=xml --cov-report=term - name: Upload coverage to Codecov - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7 with: file: ./coverage.xml fail_ci_if_error: false