From 697a86970d1723a61ee20afab4d90abe7c8c7c32 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Thu, 22 Feb 2024 18:56:31 +0100 Subject: [PATCH] Update steps to use V4 in order to use Node.js 20 instead of 16 --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 916cc213..8ee22827 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,11 +13,11 @@ jobs: container: devkitpro/devkitarm steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: make run: make - name: Upload binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Build path: |