From df36acb3429552d7c6b155faec889bc42a9f2995 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 3 Feb 2025 21:23:42 -0800 Subject: [PATCH] Meta: update upload-artifact action prior to deprecation (#3506) See https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ --- .github/workflows/preview-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-build.yml b/.github/workflows/preview-build.yml index 98138eb4e0..042ca4153a 100644 --- a/.github/workflows/preview-build.yml +++ b/.github/workflows/preview-build.yml @@ -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/