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 92fabc688e1 [hotfix][ci] Bump artifact-upload version
92fabc688e1 is described below
commit 92fabc688e18017980984c71df70a98837f1f523
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon May 18 16:44:27 2026 +0200
[hotfix][ci] Bump artifact-upload version
---
.github/workflows/nightly.yml | 2 +-
.github/workflows/template.flink-ci.yml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index a5b7e714219..61aacac53d0 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -121,7 +121,7 @@ jobs:
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
PIP_CONSTRAINT: /tmp/build-constraints.txt
- name: "Upload python wheels"
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v7
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 0bb791de232..2d5b09a3b03 100644
--- a/.github/workflows/template.flink-ci.yml
+++ b/.github/workflows/template.flink-ci.yml
@@ -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@v5
+ uses: actions/upload-artifact@v7
with:
name: build-artifacts-${{
steps.workflow-prep-step.outputs.stringified_value }}-${{ github.run_number }}
path: ${{ env.FLINK_ARTIFACT_DIR }}/${{ env.FLINK_ARTIFACT_FILENAME
}}
@@ -304,7 +304,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@v5
+ uses: actions/upload-artifact@v7
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 }}
@@ -434,7 +434,7 @@ jobs:
flink-end-to-end-tests/run-nightly-tests.sh ${{ matrix.group }}
- name: "Upload Logs"
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v7
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 }}