Skip to content

Commit f42d85c

Browse files
committed
ci: add containers to artifacts on failure
1 parent 2d9d070 commit f42d85c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
5858
- name: Upload log files on failure
5959
if: failure()
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
62-
name: failing-log-files
63-
path: '**/*.log'
62+
name: failing-log-container-files
63+
path: |
64+
**/*.log
65+
**/*.sif

0 commit comments

Comments
 (0)