Skip to content

Commit 4514493

Browse files
authored
[hotfix] Bump download-artifact action to v8 as GHA requires
1 parent eb73e1e commit 4514493

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/template.flink-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)