We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810a33f commit df36acbCopy full SHA for df36acb
.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