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 4774bc2 commit aa55d33Copy full SHA for aa55d33
.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@v5
+ uses: actions/download-artifact@v6
71
with:
72
pattern: ${{env.ARTIFACT_PREFIX}}*
73
path: all_artifacts\
0 commit comments