chore(deps): update codecov/codecov-action action to v4 (#554)

* chore(deps): update codecov/codecov-action action to v4

* Set CODECOV_TOKEN

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Atsushi Watanabe <atsushi.w@ieee.org>
This commit is contained in:
renovate[bot] 2024-05-15 11:16:00 +09:00 committed by GitHub
parent e3fef141d9
commit 7020457f63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,8 +34,10 @@ jobs:
libx264-dev
- name: Run Test Suite
run: make test
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: matrix.go == '1.21'
with:
token: ${{ secrets.CODECOV_TOKEN }}
build-darwin:
strategy:
fail-fast: false