Skip to content

Commit fdc6ed2

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent bea05bb commit fdc6ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/GnuTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,14 +349,14 @@ jobs:
349349
run: |
350350
python3 uutils/util/gnu-json-result.py gnu/tests-smack > ${{ env.TEST_SMACK_FULL_SUMMARY_FILE }}
351351
- name: Upload SMACK json results
352-
uses: actions/upload-artifact@v5
352+
uses: actions/upload-artifact@v6
353353
with:
354354
name: smack-gnu-full-result
355355
path: ${{ env.TEST_SMACK_FULL_SUMMARY_FILE }}
356356
- name: Compress SMACK test logs
357357
run: gzip gnu/tests-smack/*/*.log 2>/dev/null || true
358358
- name: Upload SMACK test logs
359-
uses: actions/upload-artifact@v5
359+
uses: actions/upload-artifact@v6
360360
with:
361361
name: smack-test-logs
362362
path: |

0 commit comments

Comments
 (0)