diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d41327e..c9d20e7 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.3 + uses: codecov/codecov-action@v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }}