From 5343bc70d96e42158ac5395fcc524f8d0d27dc97 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Sat, 14 Jun 2025 13:32:35 +0900 Subject: [PATCH] Update CI step versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d19f32..85ca5f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,13 +41,13 @@ jobs: file test.o - name: Upload release - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wibo path: build/wibo - name: Upload debug - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wibo_debug path: build/wibo_debug