diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index 9d8cea52e26..90ef8d9eb52 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -153,7 +153,7 @@ jobs: echo "Pre-release tox failed after 3 attempts." exit 1 - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: ${{ github.event_name == 'push' }} @@ -210,7 +210,7 @@ jobs: run: tox c - name: Run tox run: tox -v --exit-and-dump-after 1800 - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: ${{ github.event_name == 'push' }}