From d4f1c49d995a51c01fb43d0b78f8699cb9d250c6 Mon Sep 17 00:00:00 2001 From: Sergey Nuyanzin Date: Mon, 18 May 2026 16:44:27 +0200 Subject: [PATCH] [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 a5b7e71421912..61aacac53d02c 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 016dfd2476de9..f90e59626cd81 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 }} @@ -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@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 }} @@ -423,7 +423,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 }}