Merge bitcoin/bitcoin#33584: ci: upgrade GitHub Action to download-artifact@v5

b35341b9ba Update ci.yml (Coder)

Pull request description:

  Release notes:https://github.com/actions/download-artifact/releases/tag/v5.0.0

  Change:
  uses: actions/download-artifact@v4 -> uses: actions/download-artifact@v5

ACKs for top commit:
  maflcko:
    lgtm ACK b35341b9ba
  willcl-ark:
    ACK b35341b9ba
  hebasto:
    ACK b35341b9ba, I have reviewed the code and it looks OK.

Tree-SHA512: f82dd0fe3ca8d431b9ff6ef9f23a4f2e92a1463c6f55fbe9b46b9e13750d311bd2aa915a8570f76600363b3a1ccbf394c95216cfac0f6db30846d9be7ec7c4cf
This commit is contained in:
merge-script
2025-10-09 16:32:44 +01:00

View File

@@ -380,7 +380,7 @@ jobs:
- *CHECKOUT
- name: Download built executables
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: x86_64-w64-mingw32-executables-${{ github.run_id }}