diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ba25dae..1fa5f11 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,7 +25,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 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}