Compare commits
1 commit
canary
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ba9792e92 |
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -93,7 +93,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
|
||||
|
|
@ -103,7 +103,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue