From de391159611dcf54863ba23400aa34f0f3fe4886 Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 31 May 2022 11:01:26 -0400 Subject: [PATCH] actions: Use upload-artifact@v3 and set artifact name --- .github/workflows/c-cpp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 1931d54..8cdb956 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -20,6 +20,7 @@ jobs: - name: Compile project run: make - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: + name: CMFileManager-PSP path: app/EBOOT.PBP