Update GitHub actions

This commit is contained in:
Max Goedjen 2023-12-12 14:28:20 -08:00
parent 171981de9f
commit 7cb65721d2
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: macos-13
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Signing
env:
SIGNING_DATA: ${{ secrets.SIGNING_DATA }}
@ -48,7 +48,7 @@ jobs:
shasum -a 256 Secretive.zip
shasum -a 256 Archive.zip
- name: Upload App to Artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: Secretive.zip
path: Secretive.zip

View File

@ -10,7 +10,7 @@ jobs:
runs-on: macos-13
timeout-minutes: 10
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup Signing
env:
SIGNING_DATA: ${{ secrets.SIGNING_DATA }}
@ -32,7 +32,7 @@ jobs:
runs-on: macos-13
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Signing
env:
SIGNING_DATA: ${{ secrets.SIGNING_DATA }}

View File

@ -7,7 +7,7 @@ jobs:
runs-on: macos-13
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_15.0.1.app
- name: Test