mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
using latest upload-artifact action (should fix missing glob)
This commit is contained in:
parent
28f4e79b43
commit
2d2b2e9218
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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 a new issue