From edda6f80b00ad788d263205e2c8b900ad48f9932 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Fri, 28 Oct 2022 13:43:08 -0400 Subject: [PATCH] Update these to the latest one --- .github/workflows/dusk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dusk.yml b/.github/workflows/dusk.yml index f0eda6248..ecfabb150 100644 --- a/.github/workflows/dusk.yml +++ b/.github/workflows/dusk.yml @@ -38,13 +38,13 @@ jobs: run: php artisan dusk - name: Upload Screenshots if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: screenshots path: tests/Browser/screenshots - name: Upload Console Logs if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: console path: tests/Browser/console