diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index bfe0d32c..432ff1cb 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: recursive @@ -35,7 +35,7 @@ jobs: run: echo "${{ steps.version.outputs.version }}" - name: Setup Xcode - uses: maxim-lobanov/setup-xcode@v1.4.1 + uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: ${{ matrix.version }} @@ -91,13 +91,13 @@ jobs: run: mv SideStore.ipa SideStore-${{ steps.version.outputs.version }}.ipa - name: Upload SideStore.ipa Artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4 with: name: SideStore-${{ steps.version.outputs.version }}.ipa path: SideStore-${{ steps.version.outputs.version }}.ipa - name: Upload *.dSYM Artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4 with: name: SideStore-${{ steps.version.outputs.version }}-dSYM path: ./*.dSYM/ diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 70e0414e..98522ad4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: recursive @@ -28,7 +28,7 @@ jobs: run: brew install ldid - name: Cache .nightly-build-num - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .nightly-build-num key: nightly-build-num @@ -44,7 +44,7 @@ jobs: run: echo "${{ steps.version.outputs.version }}" - name: Setup Xcode - uses: maxim-lobanov/setup-xcode@v1.4.1 + uses: maxim-lobanov/setup-xcode@v1.6.0 with: xcode-version: ${{ matrix.version }} @@ -97,13 +97,13 @@ jobs: run: mv SideStore.ipa SideStore-${{ steps.version.outputs.version }}.ipa - name: Upload SideStore.ipa Artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4 with: name: SideStore-${{ steps.version.outputs.version }}.ipa path: SideStore-${{ steps.version.outputs.version }}.ipa - name: Upload *.dSYM Artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4 with: name: SideStore-${{ steps.version.outputs.version }}-dSYM path: ./*.dSYM/ diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8679cc54..a302b61a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: recursive @@ -35,7 +35,7 @@ jobs: run: echo "${{ steps.version.outputs.version }}" - name: Setup Xcode - uses: maxim-lobanov/setup-xcode@v1.4.1 + uses: maxim-lobanov/setup-xcode@v1.6.0 with: xcode-version: ${{ matrix.version }} @@ -58,13 +58,13 @@ jobs: run: mv SideStore.ipa SideStore-${{ steps.version.outputs.version }}.ipa - name: Upload SideStore.ipa Artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4 with: name: SideStore-${{ steps.version.outputs.version }}.ipa path: SideStore-${{ steps.version.outputs.version }}.ipa - name: Upload *.dSYM Artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4 with: name: SideStore-${{ steps.version.outputs.version }}-dSYM path: ./*.dSYM/ diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 4115b5d3..56692010 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: recursive @@ -35,7 +35,7 @@ jobs: run: echo "${{ steps.version.outputs.version }}" - name: Setup Xcode - uses: maxim-lobanov/setup-xcode@v1.4.1 + uses: maxim-lobanov/setup-xcode@v1.6.0 with: xcode-version: ${{ matrix.version }} @@ -87,13 +87,13 @@ jobs: run: mv SideStore.ipa SideStore-${{ steps.version.outputs.version }}.ipa - name: Upload SideStore.ipa Artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4 with: name: SideStore-${{ steps.version.outputs.version }}.ipa path: SideStore-${{ steps.version.outputs.version }}.ipa - name: Upload *.dSYM Artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4 with: name: SideStore-${{ steps.version.outputs.version }}-dSYM path: ./*.dSYM/