diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 7fab463..96c128a 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -19,6 +19,6 @@ jobs: - uses: FedericoCarboni/setup-ffmpeg@v3 - run: npm ci - run: npm test - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}