diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index 408fa8eb4..8b2df7d56 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -27,7 +27,7 @@ jobs: - name: Test run: npm run test - name: Coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 - name: Build run: npm run build # NPM expects to be authenticated for publishing. This step will fail CI if NPM is not authenticated