Skip to content

Commit de39115

Browse files
authored
actions: Use upload-artifact@v3 and set artifact name
1 parent 4f10474 commit de39115

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Compile project
2121
run: make
2222

23-
- uses: actions/upload-artifact@v2
23+
- uses: actions/upload-artifact@v3
2424
with:
25+
name: CMFileManager-PSP
2526
path: app/EBOOT.PBP

0 commit comments

Comments
 (0)