diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c98472..0a185d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,6 @@ jobs: - run: npm ci --no-audit - run: npm test - run: npm run coverage - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}