We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6f71c commit 715038eCopy full SHA for 715038e
.github/workflows/preview-build.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: npm run build-only
20
- run: node scripts/insert_snapshot_warning
21
- run: echo ${{ github.event.number }} > out/pr.txt
22
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
23
with:
24
name: out
25
path: out/
0 commit comments