Update codecov/codecov-action action to v2

Generated by Renovate Bot
This commit is contained in:
Renovate Bot
2021-07-26 00:47:56 +00:00
committed by Atsushi Watanabe
parent eb2db82766
commit 809f74cafc

View File

@@ -32,7 +32,7 @@ jobs:
libx264-dev libx264-dev
- name: Run Test Suite - name: Run Test Suite
run: make test run: make test
- uses: codecov/codecov-action@v1 - uses: codecov/codecov-action@v2
if: matrix.go == '1.16' if: matrix.go == '1.16'
build-darwin: build-darwin:
runs-on: macos-latest runs-on: macos-latest