We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea05bb commit fdc6ed2Copy full SHA for fdc6ed2
.github/workflows/GnuTests.yml
@@ -349,14 +349,14 @@ jobs:
349
run: |
350
python3 uutils/util/gnu-json-result.py gnu/tests-smack > ${{ env.TEST_SMACK_FULL_SUMMARY_FILE }}
351
- name: Upload SMACK json results
352
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
353
with:
354
name: smack-gnu-full-result
355
path: ${{ env.TEST_SMACK_FULL_SUMMARY_FILE }}
356
- name: Compress SMACK test logs
357
run: gzip gnu/tests-smack/*/*.log 2>/dev/null || true
358
- name: Upload SMACK test logs
359
360
361
name: smack-test-logs
362
path: |
0 commit comments