From 07069a2eb166be765842e9855a64aaba46cf5e84 Mon Sep 17 00:00:00 2001 From: Hugh Sorby Date: Tue, 30 Jul 2024 14:47:28 +1200 Subject: [PATCH 1/2] Use apple-actions/import-codesign-certs@v3 in on demand deployment script. --- .github/workflows/on-demand-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-demand-deployment.yaml b/.github/workflows/on-demand-deployment.yaml index 98a2aba..564149f 100644 --- a/.github/workflows/on-demand-deployment.yaml +++ b/.github/workflows/on-demand-deployment.yaml @@ -127,7 +127,7 @@ jobs: shell: bash run: brew install create-dmg - name: Import Certificates (macOS) - uses: apple-actions/import-codesign-certs@v2 + uses: apple-actions/import-codesign-certs@v3 if: runner.os == 'macOS' with: p12-file-base64: ${{ secrets.APPLE_DEV_APP_CERT }} From f9bc42f339cfb9f62f41c5fb5e7574b77f85554e Mon Sep 17 00:00:00 2001 From: Hugh Sorby Date: Tue, 30 Jul 2024 14:50:14 +1200 Subject: [PATCH 2/2] Use softprops/action-gh-release@v2 in on demand deployment script. --- .github/workflows/on-demand-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-demand-deployment.yaml b/.github/workflows/on-demand-deployment.yaml index 564149f..33bc929 100644 --- a/.github/workflows/on-demand-deployment.yaml +++ b/.github/workflows/on-demand-deployment.yaml @@ -283,7 +283,7 @@ jobs: xcrun stapler staple "${{ steps.create-installer.outputs.file }}" - name: Upload asset - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: ${{ steps.create-installer.outputs.file }} tag_name: ${{ matrix.tag }}