diff --git a/.github/workflows/test-go-task.yml b/.github/workflows/test-go-task.yml index 10b897f31..45fa41071 100644 --- a/.github/workflows/test-go-task.yml +++ b/.github/workflows/test-go-task.yml @@ -53,7 +53,7 @@ jobs: - name: Send unit tests coverage to Codecov if: matrix.operating-system == 'ubuntu-latest' - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: file: ./coverage_unit.txt flags: unit