From 7928ef0368688c4599a420c6d94ad0f3b526a9df Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Sat, 12 Oct 2024 07:35:48 +0200 Subject: [PATCH] Bump upload-artifact action to v4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b10cb108..fea833a4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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