diff --git a/.github/workflows/build-npm.yml b/.github/workflows/build-npm.yml index 6e2e9574..d4d1039a 100644 --- a/.github/workflows/build-npm.yml +++ b/.github/workflows/build-npm.yml @@ -71,7 +71,7 @@ jobs: continue-on-error: true - name: Annotate Code Linting Results - uses: ataylorme/eslint-annotate-action@1.2.0 + uses: ataylorme/eslint-annotate-action@3.0.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" report-json: "./artifacts/eslint_report.json"