Skip to content

Commit

Permalink
ci: use v4 instead of v3
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Feb 3, 2025
1 parent fa8d4ad commit afef6ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
submodules: recursive
- name: Build ${{ matrix.platform }}
run: make ${{ matrix.platform }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: appstore.${{ matrix.ext }}
path: /__w/hb-appstore/hb-appstore/appstore.${{ matrix.ext }}
- if: matrix.platform == 'wiiu'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: appstore.rpx
path: /__w/hb-appstore/hb-appstore/appstore.rpx
2 changes: 1 addition & 1 deletion .github/workflows/pc-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build ${{ matrix.platform }}
shell: bash
run: ./libs/chesto/helpers/build_pc.sh appstore ${{ matrix.os }} ${{ matrix.library }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: appstore_${{ matrix.os }}_${{ matrix.library }}
path: ./appstore_${{ matrix.os }}_${{ matrix.library }}.zip

0 comments on commit afef6ba

Please sign in to comment.