Skip to content

Commit 792e9f3

Browse files
authored
Merge pull request #308 from warmenhoven/warmenhoven/dev/gh-ci
Fix github ci
2 parents c9a0608 + 3b0a531 commit 792e9f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compilation.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: ps2dev/ps2dev:latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: Install dependencies
1717
run: |
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Upload artifacts
3232
if: ${{ success() }}
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: ${{ steps.core.outputs.info }}_libretro_${{ steps.core.outputs.platform }}-${{ steps.core.outputs.sha8 }}
3636
path: ${{ steps.core.outputs.info }}_libretro_${{ steps.core.outputs.platform }}.a

0 commit comments

Comments
 (0)