Skip to content

Commit

Permalink
Only use v4 of -artifact actions on GH runners, not where we have our…
Browse files Browse the repository at this point in the history
… container
  • Loading branch information
sergiou87 committed Aug 25, 2024
1 parent f35f038 commit 6424a95
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
./vita/ci-build-vita.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: vita-build
path: vita/build/OpenSupaplex.vpk
Expand All @@ -65,7 +65,7 @@ jobs:
./switch/ci-build-switch.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload1
with:
name: switch-build
path: switch/OpenSupaplex-switch.zip
Expand All @@ -81,7 +81,7 @@ jobs:
./psp/ci-build.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: psp-build
path: psp/OpenSupaplex-psp.zip
Expand All @@ -96,7 +96,7 @@ jobs:
./ps3/ci-build.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: ps3-build
path: ps3/OpenSupaplex.pkg
Expand All @@ -111,7 +111,7 @@ jobs:
./wii/ci-build.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: wii-build
path: wii/OpenSupaplex-wii.zip
Expand All @@ -126,7 +126,7 @@ jobs:
./wiiu/ci-build.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: wiiu-build
path: wiiu/OpenSupaplex-wiiu.zip
Expand All @@ -141,7 +141,7 @@ jobs:
./nds/ci-build-nds.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: nds-build
path: nds/OpenSupaplex.nds
Expand All @@ -156,7 +156,7 @@ jobs:
./3ds/ci-build-3ds.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: 3ds-build
path: 3ds/OpenSupaplex-3ds.zip
Expand All @@ -171,7 +171,7 @@ jobs:
./riscos/ci-build.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: riscos-build
path: riscos/OpenSupaplex-riscos.zip
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
./vita/ci-build-vita.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: vita-build
path: vita/build/OpenSupaplex.vpk
Expand All @@ -63,7 +63,7 @@ jobs:
./switch/ci-build-switch.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: switch-build
path: switch/OpenSupaplex-switch.zip
Expand All @@ -79,7 +79,7 @@ jobs:
./psp/ci-build.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: psp-build
path: psp/OpenSupaplex-psp.zip
Expand All @@ -94,7 +94,7 @@ jobs:
./ps3/ci-build.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: ps3-build
path: ps3/OpenSupaplex.pkg
Expand All @@ -109,7 +109,7 @@ jobs:
./wii/ci-build.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: wii-build
path: wii/OpenSupaplex-wii.zip
Expand All @@ -124,7 +124,7 @@ jobs:
./wiiu/ci-build.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: wiiu-build
path: wiiu/OpenSupaplex-wiiu.zip
Expand All @@ -139,7 +139,7 @@ jobs:
./nds/ci-build-nds.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: nds-build
path: nds/OpenSupaplex.nds
Expand All @@ -154,7 +154,7 @@ jobs:
./3ds/ci-build-3ds.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: 3ds-build
path: 3ds/OpenSupaplex-3ds.zip
Expand All @@ -169,7 +169,7 @@ jobs:
./riscos/ci-build.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v1
with:
name: riscos-build
path: riscos/OpenSupaplex-riscos.zip
Expand Down

0 comments on commit 6424a95

Please sign in to comment.