diff --git a/.github/workflows/test-go-task.yml b/.github/workflows/test-go-task.yml index b44768a2733..0c5277c885e 100644 --- a/.github/workflows/test-go-task.yml +++ b/.github/workflows/test-go-task.yml @@ -97,7 +97,7 @@ jobs: if: > runner.os == 'Linux' && github.event_name == 'push' - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: ./coverage_unit.txt flags: unit @@ -107,7 +107,7 @@ jobs: if: > runner.os == 'Linux' && github.event_name == 'push' - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: ./coverage_legacy.txt flags: unit