Update actions/upload-artifact action to v5
This commit is contained in:
2
.github/workflows/accessibility_tests.yml
vendored
2
.github/workflows/accessibility_tests.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
run: zip -r AccessibilityTests.xcresult.zip AccessibilityTests.xcresult
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
if: failure()
|
||||
with:
|
||||
name: Results
|
||||
|
||||
2
.github/workflows/compound-ios.yml
vendored
2
.github/workflows/compound-ios.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
run: zip -r Logs/CompoundTests.xcresult.zip Logs/CompoundTests.xcresult/
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
if: failure() # We only care about artefacts if the tests fail
|
||||
with:
|
||||
name: test-results
|
||||
|
||||
4
.github/workflows/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
run: zip -r IntegrationTests.xcresult.zip IntegrationTests.xcresult
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
if: failure()
|
||||
with:
|
||||
name: Results
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
if-no-files-found: ignore
|
||||
|
||||
- name: Archive raw log file
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
if: always()
|
||||
with:
|
||||
name: raw.log
|
||||
|
||||
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 }}
|
||||
|
||||
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
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
# We only care about artefacts if the tests fail
|
||||
if: failure()
|
||||
with:
|
||||
|
||||
2
.github/workflows/unit_tests_enterprise.yml
vendored
2
.github/workflows/unit_tests_enterprise.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
run: zip -r UnitTests.zip UnitTests.xcresult
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
# We only care about artefacts if the tests fail
|
||||
if: failure()
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user