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