diff --git a/.github/workflows/test-with-coverage.yml b/.github/workflows/test-with-coverage.yml index f33f6b3af..1779ad901 100644 --- a/.github/workflows/test-with-coverage.yml +++ b/.github/workflows/test-with-coverage.yml @@ -36,7 +36,7 @@ jobs: make test-with-coverage - name: Upload code coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./build/_output/coverage/coverage.txt