Skip to content

Commit

Permalink
Merge pull request #80 from fjtrujy/updateCI
Browse files Browse the repository at this point in the history
Upade actions
  • Loading branch information
fjtrujy authored Mar 27, 2024
2 parents f291d67 + a5ca376 commit a98e741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
container: ps2dev/ps2sdk-ports:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand All @@ -31,7 +31,7 @@ jobs:

- name: Upload artifacts
if: ${{ success() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gsKit-samples-${{ steps.slug.outputs.sha8 }}
path: build/*.elf

0 comments on commit a98e741

Please sign in to comment.