File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments