From 99cf0fdaccd325f2336f90fff202555d27af3460 Mon Sep 17 00:00:00 2001 From: profi200 Date: Sat, 24 Feb 2024 20:58:04 +0100 Subject: [PATCH] Updated to checkout/cache/upload-artifact v4. --- .github/workflows/c-cpp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 863d5a9..19dfad6 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,7 +15,7 @@ jobs: container: devkitpro/devkitarm steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 1 submodules: recursive @@ -25,7 +25,7 @@ jobs: - name: Cache ctr_firm_builder id: cache-firm-builder - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ctr_firm_builder key: ${{ runner.os }}-${{ env.FIRM_BUILDER_COMMIT }} @@ -50,7 +50,7 @@ jobs: echo ${{ github.sha }} >> ./nightly/nightly_commit.txt - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: open_agb_firm_nightly path: ./nightly