Skip to content

Commit 35bf1f8

Browse files
committed
Fix GitHub Actions upload artifact
The v3 support was removed on 2025-01-30
1 parent 572dbac commit 35bf1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zephyr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Upload failure logs
8989
if: ${{ failure() && steps.wolfssh-test.outcome == 'failure' }}
90-
uses: actions/upload-artifact@v3
90+
uses: actions/upload-artifact@v4
9191
with:
9292
name: zephyr-client-test-logs
9393
path: logs.zip

0 commit comments

Comments
 (0)