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"
@@ -102,14 +102,14 @@ jobs:
102102 run : |
103103 tar -czvf "${{ env.PLUGIN_NAME }}.tar.gz" "${{ env.PLUGIN_NAME }}"
104104 - name : Upload components for sign action
105- uses : actions/upload-artifact@v2
105+ uses : actions/upload-artifact@v4
106106 with :
107107 name : UNSIGNED_PLUGIN
108108 path : /tmp/QS/build/Release/Quicksilver.app/Contents/PlugIns/${{ env.PLUGIN_NAME }}.tar.gz
109109
110110 sign :
111111 needs : build
112- runs-on : macos-13
112+ runs-on : macos-latest
113113 env :
114114 MACOS_CERTIFICATE : ${{ secrets.MACOS_CERTIFICATE }}
115115 MACOS_CERTIFICATE_PASSWORD : ${{ secrets.MACOS_CERTIFICATE_PASSWORD }}
@@ -118,7 +118,7 @@ jobs:
118118 SIGNING_IDENTITY : ${{ secrets.SIGNING_IDENTITY }}
119119 steps :
120120 - name : Download targz artifact
121- uses : actions/download-artifact@v2
121+ uses : actions/download-artifact@v4
122122 with :
123123 name : UNSIGNED_PLUGIN
124124 path : /tmp/QS/build/Release/
@@ -152,7 +152,7 @@ jobs:
152152 run : |
153153 tar -czvf "${{ env.PLUGIN_NAME }}.tar.gz" "${{ env.PLUGIN_NAME }}"
154154 - name : Upload document
155- uses : actions/upload-artifact@v2
155+ uses : actions/upload-artifact@v4
156156 with :
157157 name : ${{ env.PLUGIN_NAME }}
158158 path : /tmp/QS/build/Release/${{ env.PLUGIN_NAME }}.tar.gz
You can’t perform that action at this time.
0 commit comments