From 35bf1f852126a35d44dc899e622da773d5172554 Mon Sep 17 00:00:00 2001 From: Andrew Hutchings Date: Thu, 30 Jan 2025 16:42:37 +0000 Subject: [PATCH] Fix GitHub Actions upload artifact The v3 support was removed on 2025-01-30 --- .github/workflows/zephyr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index 97c4ab40..307e4b32 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -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