diff --git a/.github/workflows/quality-test.yml b/.github/workflows/quality-test.yml index cf8c76a..b673dae 100644 --- a/.github/workflows/quality-test.yml +++ b/.github/workflows/quality-test.yml @@ -75,7 +75,7 @@ jobs: NODE_OPTIONS: '--max-old-space-size=4096' - name: 📊 Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/lcov.info