We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a79bc commit c1d30f9Copy full SHA for c1d30f9
.github/workflows/ci_build.yml
@@ -67,7 +67,7 @@ jobs:
67
steps:
68
# Step 7: Download all artifacts from the build job
69
- name: Download all artifacts
70
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
71
with:
72
pattern: ${{env.ARTIFACT_PREFIX}}*
73
path: all_artifacts\
0 commit comments