Update Upload Artifact Builds to v3.1.0 (#444)

This commit is contained in:
saulfabreg Wii VC Project 2022-10-14 11:16:07 -05:00 committed by GitHub
parent 1743e6948e
commit c510d36be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ jobs:
cp executables/vbagx-wii.dol dist/VisualBoyAdvanceGX/apps/vbagx/boot.dol
- name: Upload Wii artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3.1.0
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@v2
uses: actions/upload-artifact@v3.1.0
if: ${{ matrix.image == 'GameCube' }}
with:
name: VisualBoyAdvanceGX-GameCube