Skip to content

Commit

Permalink
Update Github workflow
Browse files Browse the repository at this point in the history
Update checkout and upload artifacts to latest versions
  • Loading branch information
kode54 committed Sep 17, 2024
1 parent a3e6636 commit edbdc8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
xcode-version: 15
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
- name: Unpack libraries
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
$XCODE_DERIVEDDATA_PATH/Build/Products/Debug/Cog.app
$XCODE_DERIVEDDATA_PATH/Cog.zip
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Cog
path: ${{ env.XCODE_DERIVEDDATA_PATH }}/Cog.zip

0 comments on commit edbdc8d

Please sign in to comment.