diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index affd5b3a..889771eb 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -64,7 +64,7 @@ jobs: run: yarn run test:e2e - name: Archive E2E test screenshot if: runner.os != 'Linux' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: e2e path: dist/tmp/*.png @@ -74,7 +74,7 @@ jobs: PR_NUM: ${{ github.event.number }} run: echo $PR_NUM > pr_num.txt - name: Upload the pr num - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: github.event_name == 'pull_request' with: name: pr_num