Skip to content

Commit d44b860

Browse files
committed
Merge bitcoin/bitcoin#33584: ci: upgrade GitHub Action to download-artifact@v5
b35341b 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 b35341b willcl-ark: ACK b35341b hebasto: ACK b35341b, I have reviewed the code and it looks OK. Tree-SHA512: f82dd0fe3ca8d431b9ff6ef9f23a4f2e92a1463c6f55fbe9b46b9e13750d311bd2aa915a8570f76600363b3a1ccbf394c95216cfac0f6db30846d9be7ec7c4cf
2 parents b510893 + b35341b commit d44b860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
- *CHECKOUT
381381

382382
- name: Download built executables
383-
uses: actions/download-artifact@v4
383+
uses: actions/download-artifact@v5
384384
with:
385385
name: x86_64-w64-mingw32-executables-${{ github.run_id }}
386386

0 commit comments

Comments
 (0)