Update actions/upload-artifact action to v7

This commit is contained in:
renovate[bot]
2026-02-26 20:44:51 +00:00
committed by Stefan Ceriu
parent a04df6fcae
commit 20292961c6
6 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ jobs:
run: zip -r AccessibilityTests.xcresult.zip AccessibilityTests.xcresult
- name: Archive artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: failure()
with:
name: Results

View File

@@ -54,7 +54,7 @@ jobs:
run: zip -r Logs/CompoundTests.xcresult.zip Logs/CompoundTests.xcresult/
- name: Archive artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: failure() # We only care about artefacts if the tests fail
with:
name: test-results

View File

@@ -53,7 +53,7 @@ jobs:
run: zip -r IntegrationTests.xcresult.zip IntegrationTests.xcresult
- name: Archive artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
# We only care about artefacts if the tests fail
if: failure()
with:
@@ -63,7 +63,7 @@ jobs:
if-no-files-found: ignore
- name: Archive raw log file
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: always()
with:
name: raw.log

View File

@@ -52,7 +52,7 @@ jobs:
run: zip -r UITests.xcresult.zip UITests.xcresult
- name: Archive artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
# We only care about artefacts if the tests fail
if: failure()
with:

View File

@@ -29,7 +29,7 @@ jobs:
run: swift run -q tools ci unit-tests
- name: Archive artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
# We only care about artefacts if the tests fail
if: failure()
with:

View File

@@ -53,7 +53,7 @@ jobs:
run: zip -r UnitTests.zip UnitTests.xcresult
- name: Archive artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
# We only care about artefacts if the tests fail
if: failure()
with: