diff --git a/.github/workflows/continuous-integration-pip.yml b/.github/workflows/continuous-integration-pip.yml index 72c935f49..29db1fd4c 100644 --- a/.github/workflows/continuous-integration-pip.yml +++ b/.github/workflows/continuous-integration-pip.yml @@ -74,7 +74,7 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 testing_mac_arm: needs: [code_lint] @@ -110,7 +110,7 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 testing_mac_intel: needs: [code_lint] @@ -146,7 +146,7 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 testing_windows: needs: [code_lint] @@ -188,4 +188,4 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d6c12850d..f6a1e23cd 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -37,7 +37,7 @@ jobs: run: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 source-distribution: needs: [build-test]