Update Github workflow
Update checkout and upload artifacts to latest versions
This commit is contained in:
parent
a3e6636731
commit
edbdc8d98e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/debug.yml
vendored
4
.github/workflows/debug.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
xcode-version: 15
|
xcode-version: 15
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Unpack libraries
|
- name: Unpack libraries
|
||||||
|
@ -50,7 +50,7 @@ jobs:
|
||||||
$XCODE_DERIVEDDATA_PATH/Build/Products/Debug/Cog.app
|
$XCODE_DERIVEDDATA_PATH/Build/Products/Debug/Cog.app
|
||||||
$XCODE_DERIVEDDATA_PATH/Cog.zip
|
$XCODE_DERIVEDDATA_PATH/Cog.zip
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Cog
|
name: Cog
|
||||||
path: ${{ env.XCODE_DERIVEDDATA_PATH }}/Cog.zip
|
path: ${{ env.XCODE_DERIVEDDATA_PATH }}/Cog.zip
|
||||||
|
|
Loading…
Reference in a new issue