diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 38051e8..105c732 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@v4 + uses: actions/download-artifact@v5 with: pattern: ${{env.ARTIFACT_PREFIX}}* path: all_artifacts\