Skip to content

Commit 715038e

Browse files
committed
Meta: update upload-artifact action prior to deprecation (#3506)
See https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
1 parent 3e6f71c commit 715038e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: npm run build-only
2020
- run: node scripts/insert_snapshot_warning
2121
- run: echo ${{ github.event.number }} > out/pr.txt
22-
- uses: actions/upload-artifact@v3
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: out
2525
path: out/

0 commit comments

Comments
 (0)