Update actions/upload-artifact action to v5

This commit is contained in:
renovate[bot]
2025-10-24 19:05:52 +00:00
committed by Mauro
parent a053ba0e0d
commit 6c9a8a7bfa
6 changed files with 7 additions and 7 deletions

View File

@@ -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