From edbdc8d98e428451f380c83f93155c3da9f7bd62 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Tue, 17 Sep 2024 02:41:49 -0700 Subject: [PATCH] Update Github workflow Update checkout and upload artifacts to latest versions --- .github/workflows/debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index a9976c7d4..bd77019c4 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -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 @@ -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