summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-12-02 06:43:50 +0100
committerGravatar Nikias Bassen2024-12-02 06:43:50 +0100
commitbbf2838a474c287e28ed6d348ee252ddaeb9aab0 (patch)
treee8badc7bad68ff581016e92bffed182c951b12f8
parentc4ab3d64bd589d52804b6a2974a000138046fff7 (diff)
downloadifuse-bbf2838a474c287e28ed6d348ee252ddaeb9aab0.tar.gz
ifuse-bbf2838a474c287e28ed6d348ee252ddaeb9aab0.tar.bz2
[github-actions] Bump dawidd6/action-download-artifact from 3 to 6
-rw-r--r--.github/workflows/build.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0d756ac..9829d7a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,28 +14,28 @@ jobs:
run: |
echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
- name: fetch libplist
- uses: dawidd6/action-download-artifact@v3
+ uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build.yml
name: libplist-latest_${{env.target_triplet}}
repo: libimobiledevice/libplist
- name: fetch libusbmuxd
- uses: dawidd6/action-download-artifact@v3
+ uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build.yml
name: libusbmuxd-latest_${{env.target_triplet}}
repo: libimobiledevice/libusbmuxd
- name: fetch libimobiledevice-glue
- uses: dawidd6/action-download-artifact@v3
+ uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build.yml
name: libimobiledevice-glue-latest_${{env.target_triplet}}
repo: libimobiledevice/libimobiledevice-glue
- name: fetch libimobiledevice
- uses: dawidd6/action-download-artifact@v3
+ uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build.yml