File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,9 @@ jobs:
132132 make_universal :
133133 name : Make Universal
134134 needs : [build-mac, build-mac-arm]
135- runs-on : macos-11
135+ runs-on : macos-14
136136 steps :
137- - uses : actions/checkout@v3
137+ - uses : actions/checkout@v4
138138 - uses : actions/download-artifact@v4
139139 with :
140140 name : macOS
@@ -153,7 +153,7 @@ jobs:
153153 github.repository_owner != 'wpilibsuite' ||
154154 (github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/v'))
155155 - name : Import Developer ID Certificate
156- uses : wpilibsuite/import-signing-certificate@v1
156+ uses : wpilibsuite/import-signing-certificate@v2
157157 with :
158158 certificate-data : ${{ secrets.APPLE_CERTIFICATE_DATA }}
159159 certificate-passphrase : ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
@@ -166,7 +166,7 @@ jobs:
166166 if : |
167167 github.repository_owner == 'wpilibsuite' &&
168168 (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
169- - uses : actions/upload-artifact@v3
169+ - uses : actions/upload-artifact@v4
170170 with :
171171 name : macOSUniversal
172172 path : build/toUpload/
You can’t perform that action at this time.
0 commit comments