diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index c9757db..efdb197 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -67,7 +67,7 @@ jobs: steps: # Step 7: Download all artifacts from the build job - name: Download all artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: ${{env.ARTIFACT_PREFIX}}* path: all_artifacts\