From 7f1af1fedfa4e509a4fd891c4605199fe99ac0dc Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 6 Dec 2024 10:16:51 -0800 Subject: [PATCH] Meta: update upload-artifact action prior to deprecation 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/