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