diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 58aae257..51fbfac7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -92,7 +92,7 @@ jobs: env: SHELL: /bin/bash - name: Archive E2E test screenshot - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: e2e path: dist/tmp/*.png @@ -102,7 +102,7 @@ jobs: PR_NUM: ${{ github.event.number }} run: echo $PR_NUM > pr_num.txt - name: Upload the pr num - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: github.event_name == 'pull_request' with: name: pr_num