Skip to content

Commit 8ca3de8

Browse files
committed
ci: Update github actions
1 parent f194102 commit 8ca3de8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
container: pspdev/pspdev:latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: Install dependencies
1717
run: |
@@ -20,7 +20,7 @@ jobs:
2020
- name: Compile project
2121
run: make
2222

23-
- uses: actions/upload-artifact@v3
23+
- uses: actions/upload-artifact@v4
2424
with:
2525
name: CMFileManager-PSP
2626
path: app/EBOOT.PBP

0 commit comments

Comments
 (0)