using latest upload-artifact action (should fix missing glob)
This commit is contained in:
parent
28f4e79b43
commit
2d2b2e9218
|
@ -37,7 +37,7 @@ jobs:
|
||||||
|
|
||||||
- name: Archive Screenshot Results on Error
|
- name: Archive Screenshot Results on Error
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: screenshot-results
|
name: screenshot-results
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in New Issue