diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 045aa09..ec1df90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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