diff --git a/.github/workflows/continuous-integration-pip.yml b/.github/workflows/continuous-integration-pip.yml index 47df4fa54..c8c63e988 100644 --- a/.github/workflows/continuous-integration-pip.yml +++ b/.github/workflows/continuous-integration-pip.yml @@ -74,7 +74,7 @@ jobs: run: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.4 # build_windows_test: # needs: [code_lint] @@ -114,7 +114,7 @@ jobs: # run: pytest --cov=./ --cov-report=xml # - name: Upload coverage - # uses: codecov/codecov-action@v3.1.1 + # uses: codecov/codecov-action@v3.1.4 testing_windows: needs: [code_lint] @@ -150,4 +150,4 @@ jobs: shell: pwsh run: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.4 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 3d63a621b..19140c336 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@v3.1.1 + uses: codecov/codecov-action@v3.1.4 source-distribution: needs: [build-test]