File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9- runs-on : macos-13
9+ runs-on : macos-latest
1010 env :
1111 QS_BUILD_ONLY : 1
1212 QS_SOURCE_ROOT : " /tmp/git/quicksilver"
@@ -101,14 +101,14 @@ jobs:
101101 run : |
102102 tar -czvf "${PLUGIN_NAME}.tar.gz" "${PLUGIN_NAME}"
103103 - name : Upload components for sign action
104- uses : actions/upload-artifact@v2
104+ uses : actions/upload-artifact@v4
105105 with :
106106 name : UNSIGNED_PLUGIN
107107 path : /tmp/QS/build/Release/Quicksilver.app/Contents/PlugIns/${{ env.PLUGIN_NAME }}.tar.gz
108108
109109 sign :
110110 needs : build
111- runs-on : macos-13
111+ runs-on : macos-latest
112112 env :
113113 MACOS_CERTIFICATE : ${{ secrets.MACOS_CERTIFICATE }}
114114 MACOS_CERTIFICATE_PASSWORD : ${{ secrets.MACOS_CERTIFICATE_PASSWORD }}
@@ -117,7 +117,7 @@ jobs:
117117 SIGNING_IDENTITY : ${{ secrets.SIGNING_IDENTITY }}
118118 steps :
119119 - name : Download targz artifact
120- uses : actions/download-artifact@v2
120+ uses : actions/download-artifact@v4
121121 with :
122122 name : UNSIGNED_PLUGIN
123123 path : /tmp/QS/build/Release/
@@ -151,7 +151,7 @@ jobs:
151151 echo "PLUGIN_NAME=${PLUGIN_NAME}" >> $GITHUB_ENV
152152 tar -czvf "${PLUGIN_NAME}.tar.gz" "${PLUGIN_NAME}"
153153 - name : Upload document
154- uses : actions/upload-artifact@v2
154+ uses : actions/upload-artifact@v4
155155 with :
156156 name : SIGNED_PLUGIN
157157 path : /tmp/QS/build/Release/${{ env.PLUGIN_NAME }}.tar.gz
You can’t perform that action at this time.
0 commit comments