summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-12-02 06:02:53 +0100
committerGravatar Nikias Bassen2024-12-02 06:02:53 +0100
commit1d9046fbd02482cf44138038779847b9ea67c867 (patch)
treeebc5c8fa4774fffc043c849ce574f1af0fd1c1f1
parent4ed00e33a06fdfbfc50af9f78587300fcb0d0925 (diff)
downloadlibimobiledevice-glue-1d9046fbd02482cf44138038779847b9ea67c867.tar.gz
libimobiledevice-glue-1d9046fbd02482cf44138038779847b9ea67c867.tar.bz2
[github-actions] Bump dawidd6/action-download-artifact from 3 to 6
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index edb5d40..6ffdbea 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,7 +17,7 @@ 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
@@ -60,7 +60,7 @@ jobs:
fi
shell: bash
- name: fetch libplist
- uses: dawidd6/action-download-artifact@v3
+ uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build.yml
@@ -133,7 +133,7 @@ jobs:
echo "dest=$dest" >> $GITHUB_ENV
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