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
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: screenshot-results
|
||||
path: |
|
||||
|
|
Loading…
Reference in New Issue