Updated CI actions (#472)

This commit is contained in:
Etienne Haarsma 2024-02-19 21:44:21 +01:00 committed by GitHub
parent eb1c6988b4
commit eec4bea870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout vbagx repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
@ -34,7 +34,7 @@ jobs:
cp executables/vbagx-wii.dol dist/VisualBoyAdvanceGX/apps/vbagx/boot.dol
- name: Upload Wii artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ matrix.image == 'Wii' }}
with:
name: VisualBoyAdvanceGX
@ -53,7 +53,7 @@ jobs:
cp executables/vbagx-gc.dol dist/VisualBoyAdvanceGX-GameCube/
- name: Upload GameCube artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ matrix.image == 'GameCube' }}
with:
name: VisualBoyAdvanceGX-GameCube
@ -68,12 +68,12 @@ jobs:
steps:
- name: Checkout vbagx 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