actions: Use upload-artifact@v3 and set artifact name

This commit is contained in:
Joel 2022-05-31 11:01:26 -04:00 committed by GitHub
parent 4f10474794
commit de39115961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ jobs:
- name: Compile project - name: Compile project
run: make run: make
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
with: with:
name: CMFileManager-PSP
path: app/EBOOT.PBP path: app/EBOOT.PBP