mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-17 03:46:25 +01:00
Updated CI actions (#1083)
This commit is contained in:
parent
202179e005
commit
1000811bbd
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout snes9xgx repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
cp executables/snes9xgx-wii.dol dist/Snes9xGX/apps/snes9xgx/boot.dol
|
||||
|
||||
- name: Upload Wii artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: ${{ matrix.image == 'Wii' }}
|
||||
with:
|
||||
name: Snes9xGX
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
cp executables/snes9xgx-gc.dol dist/Snes9xGX-GameCube/
|
||||
|
||||
- name: Upload GameCube artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: ${{ matrix.image == 'GameCube' }}
|
||||
with:
|
||||
name: Snes9xGX-GameCube
|
||||
@ -70,12 +70,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout snes9xgx repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: dist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user