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
|
run: php artisan dusk
|
||||||
- name: Upload Screenshots
|
- name: Upload Screenshots
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: screenshots
|
name: screenshots
|
||||||
path: tests/Browser/screenshots
|
path: tests/Browser/screenshots
|
||||||
- name: Upload Console Logs
|
- name: Upload Console Logs
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: console
|
name: console
|
||||||
path: tests/Browser/console
|
path: tests/Browser/console
|
||||||
|
|
Loading…
Reference in a new issue