diff --git a/.github/workflows/build-push-to-main.yaml b/.github/workflows/build-push-to-main.yaml index 4b1382fa..f176144a 100644 --- a/.github/workflows/build-push-to-main.yaml +++ b/.github/workflows/build-push-to-main.yaml @@ -58,7 +58,7 @@ jobs: run: | tox -e py`echo "${{ matrix.python_ver }}" | sed 's/\.//g'` - name: Upload test coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 publish: needs: build if: github.event_name != 'pull_request' diff --git a/.github/workflows/build-tag.yaml b/.github/workflows/build-tag.yaml index 99bdb1c3..24628f55 100644 --- a/.github/workflows/build-tag.yaml +++ b/.github/workflows/build-tag.yaml @@ -61,7 +61,7 @@ jobs: run: | tox -e py`echo "${{ matrix.python_ver }}" | sed 's/\.//g'` - name: Upload test coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 publish: needs: build if: github.event_name != 'pull_request' diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 76c6c74d..806c9c88 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -64,4 +64,4 @@ jobs: run: | tox -e py`echo "${{ matrix.python_ver }}" | sed 's/\.//g'` - name: Upload test coverage - uses: codecov/codecov-action@v4 \ No newline at end of file + uses: codecov/codecov-action@v5 \ No newline at end of file