mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Update actions/upload-artifact action to v4
This commit is contained in:
parent
1ef3cbc5b9
commit
19a8f60976
4
.github/workflows/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
run: zip -r IntegrationTests.xcresult.zip IntegrationTests.xcresult
|
run: zip -r IntegrationTests.xcresult.zip IntegrationTests.xcresult
|
||||||
|
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: Results
|
name: Results
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
|
|
||||||
- name: Archive raw log file
|
- name: Archive raw log file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: raw.log
|
name: raw.log
|
||||||
|
2
.github/workflows/ui_tests.yml
vendored
2
.github/workflows/ui_tests.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
|||||||
run: zip -r UITests.xcresult.zip UITests.xcresult
|
run: zip -r UITests.xcresult.zip UITests.xcresult
|
||||||
|
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: Results
|
name: Results
|
||||||
|
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
run: zip -r UnitTests.zip UnitTests.xcresult PreviewTests.xcresult
|
run: zip -r UnitTests.zip UnitTests.xcresult PreviewTests.xcresult
|
||||||
|
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
# We only care about artefacts if the tests fail
|
# We only care about artefacts if the tests fail
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user