diff --git a/.github/workflows/test-go-task.yml b/.github/workflows/test-go-task.yml index 79712584a..74c261ef3 100644 --- a/.github/workflows/test-go-task.yml +++ b/.github/workflows/test-go-task.yml @@ -103,7 +103,7 @@ jobs: - name: Send unit tests coverage to Codecov if: runner.os == 'Linux' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ${{ matrix.module.path }}coverage_unit.txt