From 5e2f77f5644c44cd696ad2b1838329a150f6ce00 Mon Sep 17 00:00:00 2001 From: fulcanellee <45999900+fulcanellee@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:11:29 +0700 Subject: [PATCH] fix: change upload-artifact version (#1560) --- .github/workflows/screenshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index a994abd1dc..ebc67dfe88 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -32,7 +32,7 @@ jobs: - name: Run screenshots tests run: yarn test:screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: diffs