File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 target_directory : ${{ env.CONTAINER_LOCAL_WORKING_DIR }}
149149
150150 - name : " Download build artifacts from compile job"
151- uses : actions/download-artifact@v5
151+ uses : actions/download-artifact@v8
152152 with :
153153 name : build-artifacts-${{ needs.compile.outputs.stringified-workflow-name }}-${{ github.run_number }}
154154 path : ${{ env.FLINK_ARTIFACT_DIR }}
@@ -214,7 +214,7 @@ jobs:
214214 run : sudo sysctl -w kernel.core_pattern=core.%p
215215
216216 - name : " Download build artifacts from compile job"
217- uses : actions/download-artifact@v5
217+ uses : actions/download-artifact@v8
218218 with :
219219 name : build-artifacts-${{ needs.compile.outputs.stringified-workflow-name }}-${{ github.run_number }}
220220 path : ${{ env.FLINK_ARTIFACT_DIR }}
@@ -326,7 +326,7 @@ jobs:
326326 sudo apt install ./libssl1.0.0_*.deb
327327
328328 - name : " Download build artifacts from compile job"
329- uses : actions/download-artifact@v5
329+ uses : actions/download-artifact@v8
330330 with :
331331 name : build-artifacts-${{ needs.compile.outputs.stringified-workflow-name }}-${{ github.run_number }}
332332 path : ${{ env.FLINK_ARTIFACT_DIR }}
You can’t perform that action at this time.
0 commit comments