Update these to the latest one
This commit is contained in:
parent
b8f50e5162
commit
edda6f80b0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dusk.yml
vendored
4
.github/workflows/dusk.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue