diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ca14d374..b71f88ae 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -31,7 +31,7 @@ jobs: run: npm test -- --coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage/coverage-final.json flags: unittests