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