Skip to content

Commit a8d2283

Browse files
Bump dawidd6/action-download-artifact from 3 to 6 in /.github/workflows
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v3...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1431d42 commit a8d2283

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,28 @@ jobs:
1717
run: |
1818
echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
1919
- name: fetch libplist
20-
uses: dawidd6/action-download-artifact@v3
20+
uses: dawidd6/action-download-artifact@v6
2121
with:
2222
github_token: ${{secrets.GITHUB_TOKEN}}
2323
workflow: build.yml
2424
name: libplist-latest_${{env.target_triplet}}
2525
repo: libimobiledevice/libplist
2626
- name: fetch libusbmuxd
27-
uses: dawidd6/action-download-artifact@v3
27+
uses: dawidd6/action-download-artifact@v6
2828
with:
2929
github_token: ${{secrets.GITHUB_TOKEN}}
3030
workflow: build.yml
3131
name: libusbmuxd-latest_${{env.target_triplet}}
3232
repo: libimobiledevice/libusbmuxd
3333
- name: fetch libimobiledevice-glue
34-
uses: dawidd6/action-download-artifact@v3
34+
uses: dawidd6/action-download-artifact@v6
3535
with:
3636
github_token: ${{secrets.GITHUB_TOKEN}}
3737
workflow: build.yml
3838
name: libimobiledevice-glue-latest_${{env.target_triplet}}
3939
repo: libimobiledevice/libimobiledevice-glue
4040
- name: fetch libimobiledevice
41-
uses: dawidd6/action-download-artifact@v3
41+
uses: dawidd6/action-download-artifact@v6
4242
with:
4343
github_token: ${{secrets.GITHUB_TOKEN}}
4444
workflow: build.yml
@@ -84,28 +84,28 @@ jobs:
8484
fi
8585
shell: bash
8686
- name: fetch libplist
87-
uses: dawidd6/action-download-artifact@v3
87+
uses: dawidd6/action-download-artifact@v6
8888
with:
8989
github_token: ${{secrets.GITHUB_TOKEN}}
9090
workflow: build.yml
9191
name: libplist-latest_macOS
9292
repo: libimobiledevice/libplist
9393
- name: fetch libusbmuxd
94-
uses: dawidd6/action-download-artifact@v3
94+
uses: dawidd6/action-download-artifact@v6
9595
with:
9696
github_token: ${{secrets.GITHUB_TOKEN}}
9797
workflow: build.yml
9898
name: libusbmuxd-latest_macOS
9999
repo: libimobiledevice/libusbmuxd
100100
- name: fetch libimobiledevice-glue
101-
uses: dawidd6/action-download-artifact@v3
101+
uses: dawidd6/action-download-artifact@v6
102102
with:
103103
github_token: ${{secrets.GITHUB_TOKEN}}
104104
workflow: build.yml
105105
name: libimobiledevice-glue-latest_macOS
106106
repo: libimobiledevice/libimobiledevice-glue
107107
- name: fetch libimobiledevice
108-
uses: dawidd6/action-download-artifact@v3
108+
uses: dawidd6/action-download-artifact@v6
109109
with:
110110
github_token: ${{secrets.GITHUB_TOKEN}}
111111
workflow: build.yml
@@ -206,28 +206,28 @@ jobs:
206206
echo "dest=$dest" >> $GITHUB_ENV
207207
echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
208208
- name: fetch libplist
209-
uses: dawidd6/action-download-artifact@v3
209+
uses: dawidd6/action-download-artifact@v6
210210
with:
211211
github_token: ${{secrets.GITHUB_TOKEN}}
212212
workflow: build.yml
213213
name: libplist-latest_${{ matrix.arch }}-${{ env.dest }}
214214
repo: libimobiledevice/libplist
215215
- name: fetch libusbmuxd
216-
uses: dawidd6/action-download-artifact@v3
216+
uses: dawidd6/action-download-artifact@v6
217217
with:
218218
github_token: ${{secrets.GITHUB_TOKEN}}
219219
workflow: build.yml
220220
name: libusbmuxd-latest_${{ matrix.arch }}-${{ env.dest }}
221221
repo: libimobiledevice/libusbmuxd
222222
- name: fetch libimobiledevice-glue
223-
uses: dawidd6/action-download-artifact@v3
223+
uses: dawidd6/action-download-artifact@v6
224224
with:
225225
github_token: ${{secrets.GITHUB_TOKEN}}
226226
workflow: build.yml
227227
name: libimobiledevice-glue-latest_${{ matrix.arch }}-${{ env.dest }}
228228
repo: libimobiledevice/libimobiledevice-glue
229229
- name: fetch libimobiledevice
230-
uses: dawidd6/action-download-artifact@v3
230+
uses: dawidd6/action-download-artifact@v6
231231
with:
232232
github_token: ${{secrets.GITHUB_TOKEN}}
233233
workflow: build.yml

0 commit comments

Comments
 (0)