Skip to content

Commit

Permalink
Meta: update upload-artifact action prior to deprecation (#3506)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 6, 2024
1 parent 3e6f71c commit 715038e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: npm run build-only
- run: node scripts/insert_snapshot_warning
- run: echo ${{ github.event.number }} > out/pr.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: out
path: out/

0 comments on commit 715038e

Please sign in to comment.