diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 6b9b8047..f50f52c6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -69,7 +69,7 @@ jobs: OS: ${{ matrix.os }} ARCH: ${{ matrix.arch }} - name: Upload code coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 - if: github.event_name == 'release' && github.event.action == 'published' name: Publish artifacts on releases uses: svenstaro/upload-release-action@v2