@@ -195,7 +195,7 @@ jobs:
195195 uses: actions/checkout@v6
196196
197197 - name: Download artifact files
198- uses: actions/download-artifact@v7
198+ uses: actions/download-artifact@v6
199199 with:
200200 name: "${{ needs.retrieve.outputs.id }}-${{ matrix.includes.version }}-${{ matrix.includes.os != '' && matrix.includes.os || 'linux' }}-${{ matrix.includes.arch != '' && matrix.includes.arch || 'amd64' }}-${{ matrix.includes.target }}"
201201
@@ -229,7 +229,7 @@ jobs:
229229 run: echo "checksum=$(cat ${{ steps.get-file-names.outputs.checksum-file }})" >> "$GITHUB_OUTPUT"
230230
231231 - name: Download metadata.json
232- uses: actions/download-artifact@v7
232+ uses: actions/download-artifact@v6
233233 with:
234234 name: metadata.json
235235
@@ -299,7 +299,7 @@ jobs:
299299
300300 # Metadata file for the non-compiled dependencies, if there are any
301301 - name: Download metadata.json file
302- uses: actions/download-artifact@v7
302+ uses: actions/download-artifact@v6
303303 with:
304304 path: "${{ steps.make-outputdir.outputs.outputdir }}/metadata-files"
305305 pattern: "from-source-metadata.json"
@@ -309,7 +309,7 @@ jobs:
309309 # Download each metadata file, and combine them into one
310310 - name: Download individual metadata-file.json file(s)
311311 if: ${{ needs.update-metadata.result == 'success' }}
312- uses: actions/download-artifact@v7
312+ uses: actions/download-artifact@v6
313313 with:
314314 path: "${{ steps.make-outputdir.outputs.outputdir }}/metadata-files"
315315 pattern: "*metadata-file.json"
0 commit comments