From acb45dfad0126f3fa077e681f8b54f643fa4f3cf Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Wed, 23 Jul 2025 14:01:08 +0300 Subject: [PATCH] Update workflows --- .github/workflows/Test_Build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Test_Build.yml b/.github/workflows/Test_Build.yml index 175e1d75..94f94148 100644 --- a/.github/workflows/Test_Build.yml +++ b/.github/workflows/Test_Build.yml @@ -12,7 +12,7 @@ jobs: container: devkitpro/devkitarm steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Fix apt sources run: | @@ -38,7 +38,7 @@ jobs: make -C tests/SimplerTri - name: Upload binaries - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Source & Binaries path: tests