diff --git a/.github/workflows/test-go-task.yml b/.github/workflows/test-go-task.yml index 8c07e24b3..103cf1270 100644 --- a/.github/workflows/test-go-task.yml +++ b/.github/workflows/test-go-task.yml @@ -52,7 +52,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.0.2 with: file: ./coverage_unit.txt flags: unit