diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9da012..c5b70fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - run: npm ci --ignore-scripts --no-audit --no-fund - run: npm test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 with: token: ${{ secrets.CODECOV_TOKEN }}