This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 3d6f1444de4 [FLINK-39591][ci] Bump actions@checkout, actions@download,
actions@upload-artifact, actions@setup-python
3d6f1444de4 is described below
commit 3d6f1444de490eccdeb6cadcf8dc6ee262d3c4d3
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sun May 3 22:18:48 2026 +0200
[FLINK-39591][ci] Bump actions@checkout, actions@download,
actions@upload-artifact, actions@setup-python
---
.github/actions/job_init/action.yml | 2 +-
.github/workflows/community-review.yml | 2 +-
.github/workflows/docs-legacy.yml | 4 +--
.github/workflows/docs.yml | 4 +--
.github/workflows/nightly.yml | 6 ++---
.github/workflows/template.flink-ci.yml | 32 +++++++++++------------
.github/workflows/template.pre-compile-checks.yml | 2 +-
7 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/.github/actions/job_init/action.yml
b/.github/actions/job_init/action.yml
index 561b23ffeb0..e10e6f0e77e 100644
--- a/.github/actions/job_init/action.yml
+++ b/.github/actions/job_init/action.yml
@@ -76,7 +76,7 @@ runs:
- name: "Setup Maven package cache"
if: ${{ inputs.maven_repo_folder != '' }}
- uses: actions/cache@v4
+ uses: actions/cache@v5
with:
path: ${{ inputs.maven_repo_folder }}
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/community-review.yml
b/.github/workflows/community-review.yml
index e421e32ebb1..bb14c0b9ddb 100644
--- a/.github/workflows/community-review.yml
+++ b/.github/workflows/community-review.yml
@@ -34,7 +34,7 @@ jobs:
if: github.repository_owner == 'apache'
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- run: |
chmod +x ${{ github.workspace
}}/.github/workflows/community-review.sh
- name: Run community review script to set labels
diff --git a/.github/workflows/docs-legacy.yml
b/.github/workflows/docs-legacy.yml
index 6a325e730b6..fe8ee270c07 100644
--- a/.github/workflows/docs-legacy.yml
+++ b/.github/workflows/docs-legacy.yml
@@ -47,7 +47,7 @@ jobs:
if: github.repository == 'apache/flink'
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
with:
ref: ${{ inputs.branch }}
@@ -56,7 +56,7 @@ jobs:
echo "flink_branch=${{ inputs.branch }}" >> ${GITHUB_ENV}
- name: Cache Maven dependencies
- uses: actions/cache@v4
+ uses: actions/cache@v5
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-docs-legacy-${{ inputs.branch }}
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 183c5ac119a..778b2d3c655 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -35,7 +35,7 @@ jobs:
- release-1.20
- release-1.19
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
with:
ref: ${{ matrix.branch }}
@@ -54,7 +54,7 @@ jobs:
fi
- name: Cache Maven dependencies
- uses: actions/cache@v4
+ uses: actions/cache@v5
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-docs-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 4fdf9fbda8d..a5b7e714219 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -86,7 +86,7 @@ jobs:
os_name: macos
steps:
- name: "Checkout the repository"
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
fetch-depth: 0
persist-credentials: false
@@ -97,7 +97,7 @@ jobs:
value: ${{ github.workflow }}
# Used to host cibuildwheel
- name: "Setup Python"
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: "Install cibuildwheel"
@@ -121,7 +121,7 @@ jobs:
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
PIP_CONSTRAINT: /tmp/build-constraints.txt
- name: "Upload python wheels"
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
with:
name: wheel_${{ matrix.os_name }}_${{
steps.stringify_workflow.outputs.stringified_value }}-${{ github.run_number }}
path: flink-python/dist/**
diff --git a/.github/workflows/template.flink-ci.yml
b/.github/workflows/template.flink-ci.yml
index f379946b29d..1c1a5111892 100644
--- a/.github/workflows/template.flink-ci.yml
+++ b/.github/workflows/template.flink-ci.yml
@@ -83,7 +83,7 @@ jobs:
stringified-workflow-name: ${{
steps.workflow-prep-step.outputs.stringified_value }}
steps:
- name: "Flink Checkout"
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
persist-credentials: false
@@ -115,7 +115,7 @@ jobs:
./tools/azure-pipelines/create_build_artifact.sh
- name: "Upload artifacts to make them available in downstream jobs"
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
with:
name: build-artifacts-${{
steps.workflow-prep-step.outputs.stringified_value }}-${{ github.run_number }}
path: ${{ env.FLINK_ARTIFACT_DIR }}/${{ env.FLINK_ARTIFACT_FILENAME
}}
@@ -135,7 +135,7 @@ jobs:
steps:
- name: "Flink Checkout"
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
persist-credentials: false
@@ -148,7 +148,7 @@ jobs:
target_directory: ${{ env.CONTAINER_LOCAL_WORKING_DIR }}
- name: "Download build artifacts from compile job"
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
with:
name: build-artifacts-${{
needs.compile.outputs.stringified-workflow-name }}-${{ github.run_number }}
path: ${{ env.FLINK_ARTIFACT_DIR }}
@@ -197,7 +197,7 @@ jobs:
steps:
- name: "Flink Checkout"
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
persist-credentials: false
@@ -211,7 +211,7 @@ jobs:
- name: "Setup python"
if: matrix.module == 'python'
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: '3.12'
@@ -224,7 +224,7 @@ jobs:
run: sudo sysctl -w kernel.core_pattern=core.%p
- name: "Download build artifacts from compile job"
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
with:
name: build-artifacts-${{
needs.compile.outputs.stringified-workflow-name }}-${{ github.run_number }}
path: ${{ env.FLINK_ARTIFACT_DIR }}
@@ -236,7 +236,7 @@ jobs:
- name: "Try loading Docker images from Cache"
id: docker-cache
- uses: actions/cache@v4
+ uses: actions/cache@v5
with:
path: ${{ env.DOCKER_IMAGES_CACHE_FOLDER }}
key: ${{ matrix.module }}-docker-${{ runner.os }}-${{
hashFiles('**/cache_docker_images.sh',
'**/flink-test-utils-parent/**/DockerImageVersions.java') }}
@@ -294,7 +294,7 @@ jobs:
run: find ${{ steps.test-run.outputs.debug-files-output-dir }} -type f
-exec rename 's/[:<>|*?]/-/' {} \;
- name: "Upload build artifacts"
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
if: ${{ failure() && steps.test-run.outputs.debug-files-output-dir }}
!= ''
with:
name: logs-test-${{ needs.compile.outputs.stringified-workflow-name
}}-${{ github.run_number }}-${{ matrix.stringified-module-name }}-${{
steps.test-run.outputs.debug-files-name }}
@@ -334,7 +334,7 @@ jobs:
steps:
- name: "Flink Checkout"
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
persist-credentials: false
@@ -345,7 +345,7 @@ jobs:
maven_repo_folder: ${{ env.MAVEN_REPO_FOLDER }}
- name: "Setup python"
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: '3.12'
@@ -362,7 +362,7 @@ jobs:
sudo apt install ./libssl1.0.0_*.deb
- name: "Download build artifacts from compile job"
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
with:
name: build-artifacts-${{
needs.compile.outputs.stringified-workflow-name }}-${{ github.run_number }}
path: ${{ env.FLINK_ARTIFACT_DIR }}
@@ -379,13 +379,13 @@ jobs:
mkdir -p ${{ env.DOCKER_IMAGES_CACHE_FOLDER }}
- name: "Load E2E files from Cache"
- uses: actions/cache@v4
+ uses: actions/cache@v5
with:
path: ${{ env.E2E_CACHE_FOLDER }}
key: e2e-cache-${{ matrix.group }}-${{
hashFiles('**/flink-end-to-end-tests/**/*.java', '!**/avro/**') }}
- name: "Load E2E artifacts from Cache"
- uses: actions/cache@v4
+ uses: actions/cache@v5
with:
path: ${{ env.E2E_TARBALL_CACHE }}
key: e2e-artifact-cache-${{ matrix.group }}-${{
hashFiles('**/flink-end-to-end-tests/**/*.sh') }}
@@ -393,7 +393,7 @@ jobs:
- name: "Try loading Docker images from Cache"
id: docker-cache
- uses: actions/cache@v4
+ uses: actions/cache@v5
with:
path: ${{ env.DOCKER_IMAGES_CACHE_FOLDER }}
key: e2e-${{ matrix.group }}-docker-${{ runner.os }}-${{
hashFiles('**/cache_docker_images.sh',
'**/flink-test-utils-parent/**/DockerImageVersions.java') }}
@@ -420,7 +420,7 @@ jobs:
flink-end-to-end-tests/run-nightly-tests.sh ${{ matrix.group }}
- name: "Upload Logs"
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
if: ${{ failure() && steps.test-run.outputs.debug-files-output-dir !=
'' }}
with:
name: logs-e2e-${{ needs.compile.outputs.stringified-workflow-name
}}-${{ github.run_number }}-${{ matrix.group }}-${{
steps.test-run.outputs.debug-files-name }}
diff --git a/.github/workflows/template.pre-compile-checks.yml
b/.github/workflows/template.pre-compile-checks.yml
index 8979ebb1088..c6d59c02fef 100644
--- a/.github/workflows/template.pre-compile-checks.yml
+++ b/.github/workflows/template.pre-compile-checks.yml
@@ -50,7 +50,7 @@ jobs:
steps:
- name: "Flink Checkout"
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
persist-credentials: false