From 277637c386201169ed5ac2b3c55791813fed00ce Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Sat, 12 Oct 2024 07:41:35 +0200 Subject: [PATCH] Bump upload-artifact action to v4 (#527) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b10cb108..02100e5f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,7 +62,7 @@ jobs: run: yarn workspace @loki/test-cli test - name: Archive screenshots if: ${{ failure() }} - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: cra-integration-screenshots path: test/cli/generated/create-react-app/.loki @@ -84,7 +84,7 @@ jobs: run: yarn workspace @loki/example-react test-ci - name: Archive screenshots if: ${{ failure() }} - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: react-example-screenshots path: examples/react/.loki