diff --git a/.github/workflows/ci-js.yml b/.github/workflows/ci-js.yml index baa3b89756..1afae26547 100644 --- a/.github/workflows/ci-js.yml +++ b/.github/workflows/ci-js.yml @@ -56,7 +56,7 @@ jobs: JEST_JUNIT_OUTPUT_DIR: ${{ env.REPORT_DIR }} run: npm run test:coverage -- --reporters=default --reporters=jest-junit - name: Load Lint Results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: linting-report path: ${{ env.REPORT_DIR }}