diff --git a/.github/workflows/test-go-task.yml b/.github/workflows/test-go-task.yml index 9cc63b526ef..0d4b2da1457 100644 --- a/.github/workflows/test-go-task.yml +++ b/.github/workflows/test-go-task.yml @@ -204,7 +204,7 @@ jobs: echo "CODECOV_TOKEN=$CODECOV_TOKEN" >> "$GITHUB_ENV" - name: Send unit tests coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ env.CODECOV_TOKEN }} files: ./coverage.txt