Skip to content

Commit

Permalink
actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Feb 2, 2024
1 parent 1318a18 commit d64d4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpcsx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: RPCSX/rpcsx # qurious-pixel/rpcsx #
ref: v20231111 # master # devel #
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
#cp build/bin/rpcsx-* artifacts/
- name: Upload RPCSX
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rpcsx
path: artifacts
Expand Down

0 comments on commit d64d4e8

Please sign in to comment.