diff --git a/.github/workflows/test-go-task.yml b/.github/workflows/test-go-task.yml index c1a6ca4..0dc074e 100644 --- a/.github/workflows/test-go-task.yml +++ b/.github/workflows/test-go-task.yml @@ -66,7 +66,7 @@ jobs: - name: Send unit tests coverage to Codecov if: matrix.operating-system == 'ubuntu-latest' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ${{ matrix.module.path }}coverage_unit.txt flags: ${{ matrix.module.codecov-flags }}