From d8a692491feaf916aa76e09861a13fc27ab338ae Mon Sep 17 00:00:00 2001 From: Pk11 Date: Tue, 12 Nov 2024 10:02:15 -0600 Subject: [PATCH] Update actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23e6185..1d8ecb7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: mv *.dsi artifacts mv *.cia artifacts - name: Publish build to GH Actions - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: path: "artifacts/*" name: build @@ -51,7 +51,7 @@ jobs: needs: build steps: - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: build path: build