Update actions/upload-artifact action to v5
This commit is contained in:
2
.github/workflows/ui_tests.yml
vendored
2
.github/workflows/ui_tests.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
run: zip -r UITests.xcresult.zip UITests.xcresult
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
if: failure()
|
||||
with:
|
||||
name: ${{ matrix.device }}
|
||||
|
||||
Reference in New Issue
Block a user