diff --git a/.github/workflows/ci-js.yml b/.github/workflows/ci-js.yml index 1afae26547..2581c5b914 100644 --- a/.github/workflows/ci-js.yml +++ b/.github/workflows/ci-js.yml @@ -87,7 +87,7 @@ jobs: - name: Lint JavaScript files run: npm run lint -- --format junit -o ${{ env.REPORT_FILE }} - name: Store Lint Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: linting-report path: ${{ env.REPORT_FILE }}