From 5bdc6b39ae44ac31e96b512ca72d991a4a9b96a2 Mon Sep 17 00:00:00 2001 From: joehan Date: Thu, 9 Jan 2025 10:40:52 -0800 Subject: [PATCH] Update to upload-artifact@v4 (#8108) --- .github/workflows/node-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-test.yml b/.github/workflows/node-test.yml index fc55932ae09..2376ce2bf3c 100644 --- a/.github/workflows/node-test.yml +++ b/.github/workflows/node-test.yml @@ -117,7 +117,7 @@ jobs: run: npm run test:e2e working-directory: firebase-vscode - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: screenshots