diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 1bcbd700..bd10a74f 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -34,4 +34,4 @@ jobs: - name: Run unit tests run: make test - name: Upload coverage to codecov.io - uses: codecov/codecov-action@v3 \ No newline at end of file + uses: codecov/codecov-action@v4 \ No newline at end of file