This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch release-1.20
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.20 by this push:
new 4514493d240 [hotfix] Bump download-artifact action to v8 as GHA
requires
4514493d240 is described below
commit 4514493d2400b34fbe115d2a8071dc281dfc7e37
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sun Jun 7 12:12:38 2026 +0200
[hotfix] Bump download-artifact action to v8 as GHA requires
---
.github/workflows/template.flink-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/template.flink-ci.yml
b/.github/workflows/template.flink-ci.yml
index 44a68ff6788..cb775dd8637 100644
--- a/.github/workflows/template.flink-ci.yml
+++ b/.github/workflows/template.flink-ci.yml
@@ -148,7 +148,7 @@ jobs:
target_directory: ${{ env.CONTAINER_LOCAL_WORKING_DIR }}
- name: "Download build artifacts from compile job"
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v8
with:
name: build-artifacts-${{
needs.compile.outputs.stringified-workflow-name }}-${{ github.run_number }}
path: ${{ env.FLINK_ARTIFACT_DIR }}
@@ -214,7 +214,7 @@ jobs:
run: sudo sysctl -w kernel.core_pattern=core.%p
- name: "Download build artifacts from compile job"
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v8
with:
name: build-artifacts-${{
needs.compile.outputs.stringified-workflow-name }}-${{ github.run_number }}
path: ${{ env.FLINK_ARTIFACT_DIR }}
@@ -326,7 +326,7 @@ jobs:
sudo apt install ./libssl1.0.0_*.deb
- name: "Download build artifacts from compile job"
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v8
with:
name: build-artifacts-${{
needs.compile.outputs.stringified-workflow-name }}-${{ github.run_number }}
path: ${{ env.FLINK_ARTIFACT_DIR }}