diff --git a/template/.github/workflows/ci.yml b/template/.github/workflows/ci.yml index e92c8cb..59733d7 100644 --- a/template/.github/workflows/ci.yml +++ b/template/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: DEBUG: 'False' - name: Upload coverage to CodeCov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5 with: file: ./coverage.xml fail_ci_if_error: true \ No newline at end of file