From 37bbe0f73b56954f138c669e23aec9b03e026fc5 Mon Sep 17 00:00:00 2001 From: Austin Smith Date: Thu, 9 Jul 2026 00:09:28 -0700 Subject: [PATCH] update actions for node 24 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb596fd..9947330 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Run unit tests (macOS) run: | @@ -36,7 +36,7 @@ jobs: - name: Upload test result bundle on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: macos-test-results path: ${{ runner.temp }}/ComputerSolitaireTests.xcresult @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Build app (iOS Simulator) run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e9097c..980ddf7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Import Apple signing certificate env: