diff --git a/.github/workflows/build-push-to-main.yaml b/.github/workflows/build-push-to-main.yaml index 444c50b2..f6b9af74 100644 --- a/.github/workflows/build-push-to-main.yaml +++ b/.github/workflows/build-push-to-main.yaml @@ -55,7 +55,7 @@ jobs: run: | tox -e py`echo "${{ matrix.python_ver }}" | sed 's/\.//g'` - name: Upload test coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 publish: needs: build if: github.event_name != 'pull_request' diff --git a/.github/workflows/build-tag.yaml b/.github/workflows/build-tag.yaml index dc86759c..162f6bbf 100644 --- a/.github/workflows/build-tag.yaml +++ b/.github/workflows/build-tag.yaml @@ -55,7 +55,7 @@ jobs: run: | tox -e py`echo "${{ matrix.python_ver }}" | sed 's/\.//g'` - name: Upload test coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 publish: needs: build if: github.event_name != 'pull_request' diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9bd6ff6c..55ecc295 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -61,4 +61,4 @@ jobs: run: | tox -e py`echo "${{ matrix.python_ver }}" | sed 's/\.//g'` - name: Upload test coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6