mirror of https://github.com/wolfSSL/wolfssh.git
Fix GitHub Actions upload artifact
The v3 support was removed on 2025-01-30pull/761/head
parent
572dbac273
commit
35bf1f8521
|
@ -87,7 +87,7 @@ jobs:
|
|||
|
||||
- name: Upload failure logs
|
||||
if: ${{ failure() && steps.wolfssh-test.outcome == 'failure' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: zephyr-client-test-logs
|
||||
path: logs.zip
|
||||
|
|
Loading…
Reference in New Issue