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

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