Skip to content

Commit

Permalink
Fix GitHub Actions upload artifact
Browse files Browse the repository at this point in the history
The v3 support was removed on 2025-01-30
  • Loading branch information
LinuxJedi committed Jan 30, 2025
1 parent 572dbac commit 35bf1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35bf1f8

Please sign in to comment.