This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.0 by this push:
new e01c6f03ccc [hotfix] Bump download-artifact action to v8 as GHA
requires
e01c6f03ccc is described below
commit e01c6f03ccc9237e98621bbaaaf6da0885e43bd8
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sun Jun 7 12:06:29 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 c6beeb7d665..0b0c4f990f1 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 }}
@@ -345,7 +345,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 }}