Update actions/upload-artifact action to v7
This commit is contained in:
committed by
Stefan Ceriu
parent
a04df6fcae
commit
20292961c6
2
.github/workflows/compound-ios.yml
vendored
2
.github/workflows/compound-ios.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user