mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-09 15:45:40 +12:00
Update to v4 in Qt_Build.yml too
This commit is contained in:
parent
682602223e
commit
f17ee2cc76
1 changed files with 2 additions and 2 deletions
4
.github/workflows/Qt_Build.yml
vendored
4
.github/workflows/Qt_Build.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
runs-on: macos-13
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Fetch submodules
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
|
@ -90,7 +90,7 @@ jobs:
|
|||
run: zip -r Alber Alber.app
|
||||
|
||||
- name: Upload MacOS App
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: MacOS Alber App Bundle
|
||||
path: 'Alber.zip'
|
||||
|
|
Loading…
Add table
Reference in a new issue