Skip to content

Commit bbf2838

Browse files
committed
[github-actions] Bump dawidd6/action-download-artifact from 3 to 6
1 parent c4ab3d6 commit bbf2838

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ jobs:
1414
run: |
1515
echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
1616
- name: fetch libplist
17-
uses: dawidd6/action-download-artifact@v3
17+
uses: dawidd6/action-download-artifact@v6
1818
with:
1919
github_token: ${{secrets.GITHUB_TOKEN}}
2020
workflow: build.yml
2121
name: libplist-latest_${{env.target_triplet}}
2222
repo: libimobiledevice/libplist
2323
- name: fetch libusbmuxd
24-
uses: dawidd6/action-download-artifact@v3
24+
uses: dawidd6/action-download-artifact@v6
2525
with:
2626
github_token: ${{secrets.GITHUB_TOKEN}}
2727
workflow: build.yml
2828
name: libusbmuxd-latest_${{env.target_triplet}}
2929
repo: libimobiledevice/libusbmuxd
3030
- name: fetch libimobiledevice-glue
31-
uses: dawidd6/action-download-artifact@v3
31+
uses: dawidd6/action-download-artifact@v6
3232
with:
3333
github_token: ${{secrets.GITHUB_TOKEN}}
3434
workflow: build.yml
3535
name: libimobiledevice-glue-latest_${{env.target_triplet}}
3636
repo: libimobiledevice/libimobiledevice-glue
3737
- name: fetch libimobiledevice
38-
uses: dawidd6/action-download-artifact@v3
38+
uses: dawidd6/action-download-artifact@v6
3939
with:
4040
github_token: ${{secrets.GITHUB_TOKEN}}
4141
workflow: build.yml

0 commit comments

Comments
 (0)