diff options
| author | 2024-12-02 06:41:18 +0100 | |
|---|---|---|
| committer | 2024-12-02 06:41:18 +0100 | |
| commit | 0f0928a20ae18fe41969673e214ed52450ed78c0 (patch) | |
| tree | e8ec4328504c689c154af106dd5ab0df5ce1c6f5 /.github | |
| parent | 471bf2f08307694491d59739c6eb63fb2d727ae4 (diff) | |
| download | libirecovery-0f0928a20ae18fe41969673e214ed52450ed78c0.tar.gz libirecovery-0f0928a20ae18fe41969673e214ed52450ed78c0.tar.bz2 | |
[github-actions] Bump dawidd6/action-download-artifact from 3 to 6
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d36f2a..04d942d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -17,14 +17,14 @@ jobs: | |||
| 17 | run: | | 17 | run: | |
| 18 | echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV | 18 | echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV |
| 19 | - name: fetch libplist | 19 | - name: fetch libplist |
| 20 | uses: dawidd6/action-download-artifact@v3 | 20 | uses: dawidd6/action-download-artifact@v6 |
| 21 | with: | 21 | with: |
| 22 | github_token: ${{secrets.GITHUB_TOKEN}} | 22 | github_token: ${{secrets.GITHUB_TOKEN}} |
| 23 | workflow: build.yml | 23 | workflow: build.yml |
| 24 | name: libplist-latest_${{env.target_triplet}} | 24 | name: libplist-latest_${{env.target_triplet}} |
| 25 | repo: libimobiledevice/libplist | 25 | repo: libimobiledevice/libplist |
| 26 | - name: fetch libimobiledevice-glue | 26 | - name: fetch libimobiledevice-glue |
| 27 | uses: dawidd6/action-download-artifact@v3 | 27 | uses: dawidd6/action-download-artifact@v6 |
| 28 | with: | 28 | with: |
| 29 | github_token: ${{secrets.GITHUB_TOKEN}} | 29 | github_token: ${{secrets.GITHUB_TOKEN}} |
| 30 | workflow: build.yml | 30 | workflow: build.yml |
| @@ -67,14 +67,14 @@ jobs: | |||
| 67 | fi | 67 | fi |
| 68 | shell: bash | 68 | shell: bash |
| 69 | - name: fetch libplist | 69 | - name: fetch libplist |
| 70 | uses: dawidd6/action-download-artifact@v3 | 70 | uses: dawidd6/action-download-artifact@v6 |
| 71 | with: | 71 | with: |
| 72 | github_token: ${{secrets.GITHUB_TOKEN}} | 72 | github_token: ${{secrets.GITHUB_TOKEN}} |
| 73 | workflow: build.yml | 73 | workflow: build.yml |
| 74 | name: libplist-latest_macOS | 74 | name: libplist-latest_macOS |
| 75 | repo: libimobiledevice/libplist | 75 | repo: libimobiledevice/libplist |
| 76 | - name: fetch libimobiledevice-glue | 76 | - name: fetch libimobiledevice-glue |
| 77 | uses: dawidd6/action-download-artifact@v3 | 77 | uses: dawidd6/action-download-artifact@v6 |
| 78 | with: | 78 | with: |
| 79 | github_token: ${{secrets.GITHUB_TOKEN}} | 79 | github_token: ${{secrets.GITHUB_TOKEN}} |
| 80 | workflow: build.yml | 80 | workflow: build.yml |
| @@ -147,14 +147,14 @@ jobs: | |||
| 147 | echo "dest=$dest" >> $GITHUB_ENV | 147 | echo "dest=$dest" >> $GITHUB_ENV |
| 148 | echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV | 148 | echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV |
| 149 | - name: fetch libplist | 149 | - name: fetch libplist |
| 150 | uses: dawidd6/action-download-artifact@v3 | 150 | uses: dawidd6/action-download-artifact@v6 |
| 151 | with: | 151 | with: |
| 152 | github_token: ${{secrets.GITHUB_TOKEN}} | 152 | github_token: ${{secrets.GITHUB_TOKEN}} |
| 153 | workflow: build.yml | 153 | workflow: build.yml |
| 154 | name: libplist-latest_${{ matrix.arch }}-${{ env.dest }} | 154 | name: libplist-latest_${{ matrix.arch }}-${{ env.dest }} |
| 155 | repo: libimobiledevice/libplist | 155 | repo: libimobiledevice/libplist |
| 156 | - name: fetch libimobiledevice-glue | 156 | - name: fetch libimobiledevice-glue |
| 157 | uses: dawidd6/action-download-artifact@v3 | 157 | uses: dawidd6/action-download-artifact@v6 |
| 158 | with: | 158 | with: |
| 159 | github_token: ${{secrets.GITHUB_TOKEN}} | 159 | github_token: ${{secrets.GITHUB_TOKEN}} |
| 160 | workflow: build.yml | 160 | workflow: build.yml |
