diff --git a/.github/workflows/develop-ci.yml b/.github/workflows/develop-ci.yml index f11cac4..f50c6e8 100644 --- a/.github/workflows/develop-ci.yml +++ b/.github/workflows/develop-ci.yml @@ -56,7 +56,7 @@ jobs: - name: Upload coverage if: always() - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: files: ./coverage.xml flags: unittests diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index cce13d0..0abd6eb 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -116,7 +116,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == '3.11' - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: files: ./integration-coverage.xml flags: integration