summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 835f5d2..e37201c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,28 +18,28 @@ jobs:
18 run: | 18 run: |
19 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV 19 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
20 - name: fetch libplist 20 - name: fetch libplist
21 uses: dawidd6/action-download-artifact@v3 21 uses: dawidd6/action-download-artifact@v6
22 with: 22 with:
23 github_token: ${{secrets.GITHUB_TOKEN}} 23 github_token: ${{secrets.GITHUB_TOKEN}}
24 workflow: build.yml 24 workflow: build.yml
25 name: libplist-latest_${{env.target_triplet}} 25 name: libplist-latest_${{env.target_triplet}}
26 repo: libimobiledevice/libplist 26 repo: libimobiledevice/libplist
27 - name: fetch libusbmuxd 27 - name: fetch libusbmuxd
28 uses: dawidd6/action-download-artifact@v3 28 uses: dawidd6/action-download-artifact@v6
29 with: 29 with:
30 github_token: ${{secrets.GITHUB_TOKEN}} 30 github_token: ${{secrets.GITHUB_TOKEN}}
31 workflow: build.yml 31 workflow: build.yml
32 name: libusbmuxd-latest_${{env.target_triplet}} 32 name: libusbmuxd-latest_${{env.target_triplet}}
33 repo: libimobiledevice/libusbmuxd 33 repo: libimobiledevice/libusbmuxd
34 - name: fetch libimobiledevice-glue 34 - name: fetch libimobiledevice-glue
35 uses: dawidd6/action-download-artifact@v3 35 uses: dawidd6/action-download-artifact@v6
36 with: 36 with:
37 github_token: ${{secrets.GITHUB_TOKEN}} 37 github_token: ${{secrets.GITHUB_TOKEN}}
38 workflow: build.yml 38 workflow: build.yml
39 name: libimobiledevice-glue-latest_${{env.target_triplet}} 39 name: libimobiledevice-glue-latest_${{env.target_triplet}}
40 repo: libimobiledevice/libimobiledevice-glue 40 repo: libimobiledevice/libimobiledevice-glue
41 - name: fetch libtatsu 41 - name: fetch libtatsu
42 uses: dawidd6/action-download-artifact@v3 42 uses: dawidd6/action-download-artifact@v6
43 with: 43 with:
44 github_token: ${{secrets.GITHUB_TOKEN}} 44 github_token: ${{secrets.GITHUB_TOKEN}}
45 workflow: build.yml 45 workflow: build.yml
@@ -85,28 +85,28 @@ jobs:
85 pip3 install --break-system-packages cython 85 pip3 install --break-system-packages cython
86 shell: bash 86 shell: bash
87 - name: fetch libplist 87 - name: fetch libplist
88 uses: dawidd6/action-download-artifact@v3 88 uses: dawidd6/action-download-artifact@v6
89 with: 89 with:
90 github_token: ${{secrets.GITHUB_TOKEN}} 90 github_token: ${{secrets.GITHUB_TOKEN}}
91 workflow: build.yml 91 workflow: build.yml
92 name: libplist-latest_macOS 92 name: libplist-latest_macOS
93 repo: libimobiledevice/libplist 93 repo: libimobiledevice/libplist
94 - name: fetch libusbmuxd 94 - name: fetch libusbmuxd
95 uses: dawidd6/action-download-artifact@v3 95 uses: dawidd6/action-download-artifact@v6
96 with: 96 with:
97 github_token: ${{secrets.GITHUB_TOKEN}} 97 github_token: ${{secrets.GITHUB_TOKEN}}
98 workflow: build.yml 98 workflow: build.yml
99 name: libusbmuxd-latest_macOS 99 name: libusbmuxd-latest_macOS
100 repo: libimobiledevice/libusbmuxd 100 repo: libimobiledevice/libusbmuxd
101 - name: fetch libimobiledevice-glue 101 - name: fetch libimobiledevice-glue
102 uses: dawidd6/action-download-artifact@v3 102 uses: dawidd6/action-download-artifact@v6
103 with: 103 with:
104 github_token: ${{secrets.GITHUB_TOKEN}} 104 github_token: ${{secrets.GITHUB_TOKEN}}
105 workflow: build.yml 105 workflow: build.yml
106 name: libimobiledevice-glue-latest_macOS 106 name: libimobiledevice-glue-latest_macOS
107 repo: libimobiledevice/libimobiledevice-glue 107 repo: libimobiledevice/libimobiledevice-glue
108 - name: fetch libtatsu 108 - name: fetch libtatsu
109 uses: dawidd6/action-download-artifact@v3 109 uses: dawidd6/action-download-artifact@v6
110 with: 110 with:
111 github_token: ${{secrets.GITHUB_TOKEN}} 111 github_token: ${{secrets.GITHUB_TOKEN}}
112 workflow: build.yml 112 workflow: build.yml
@@ -208,28 +208,28 @@ jobs:
208 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV 208 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
209 git config --global core.autocrlf false 209 git config --global core.autocrlf false
210 - name: fetch libplist 210 - name: fetch libplist
211 uses: dawidd6/action-download-artifact@v3 211 uses: dawidd6/action-download-artifact@v6
212 with: 212 with:
213 github_token: ${{secrets.GITHUB_TOKEN}} 213 github_token: ${{secrets.GITHUB_TOKEN}}
214 workflow: build.yml 214 workflow: build.yml
215 name: libplist-latest_${{ matrix.arch }}-${{ env.dest }} 215 name: libplist-latest_${{ matrix.arch }}-${{ env.dest }}
216 repo: libimobiledevice/libplist 216 repo: libimobiledevice/libplist
217 - name: fetch libusbmuxd 217 - name: fetch libusbmuxd
218 uses: dawidd6/action-download-artifact@v3 218 uses: dawidd6/action-download-artifact@v6
219 with: 219 with:
220 github_token: ${{secrets.GITHUB_TOKEN}} 220 github_token: ${{secrets.GITHUB_TOKEN}}
221 workflow: build.yml 221 workflow: build.yml
222 name: libusbmuxd-latest_${{ matrix.arch }}-${{ env.dest }} 222 name: libusbmuxd-latest_${{ matrix.arch }}-${{ env.dest }}
223 repo: libimobiledevice/libusbmuxd 223 repo: libimobiledevice/libusbmuxd
224 - name: fetch libimobiledevice-glue 224 - name: fetch libimobiledevice-glue
225 uses: dawidd6/action-download-artifact@v3 225 uses: dawidd6/action-download-artifact@v6
226 with: 226 with:
227 github_token: ${{secrets.GITHUB_TOKEN}} 227 github_token: ${{secrets.GITHUB_TOKEN}}
228 workflow: build.yml 228 workflow: build.yml
229 name: libimobiledevice-glue-latest_${{ matrix.arch }}-${{ env.dest }} 229 name: libimobiledevice-glue-latest_${{ matrix.arch }}-${{ env.dest }}
230 repo: libimobiledevice/libimobiledevice-glue 230 repo: libimobiledevice/libimobiledevice-glue
231 - name: fetch libtatsu 231 - name: fetch libtatsu
232 uses: dawidd6/action-download-artifact@v3 232 uses: dawidd6/action-download-artifact@v6
233 with: 233 with:
234 github_token: ${{secrets.GITHUB_TOKEN}} 234 github_token: ${{secrets.GITHUB_TOKEN}}
235 workflow: build.yml 235 workflow: build.yml