diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index ff29e978..7cdc4c5a 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -37,6 +37,6 @@ jobs: - name: Run unit tests run: make test - name: Upload coverage to codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file