We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f194102 commit 8ca3de8Copy full SHA for 8ca3de8
1 file changed
.github/workflows/c-cpp.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
container: pspdev/pspdev:latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
16
- name: Install dependencies
17
run: |
@@ -20,7 +20,7 @@ jobs:
20
- name: Compile project
21
run: make
22
23
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
24
with:
25
name: CMFileManager-PSP
26
path: app/EBOOT.PBP
0 commit comments