From a7573b10ec2e83be3da185ee3f42b5a507b04c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:27:54 +0100 Subject: [PATCH] Build - Actions / Bump the all group with 2 updates (#3550) --- .github/workflows/pypi-release.yml | 6 +++--- .github/workflows/test-stack-reusable-workflow.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 8d9632c2..24a2230b 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -21,7 +21,7 @@ jobs: - name: Build a binary wheel and a source tarball run: python3 -m build - name: Store the distribution packages - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: python-package-distributions path: dist/ @@ -34,7 +34,7 @@ jobs: - build steps: - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-package-distributions path: dist/ @@ -93,7 +93,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-package-distributions path: dist/ diff --git a/.github/workflows/test-stack-reusable-workflow.yml b/.github/workflows/test-stack-reusable-workflow.yml index 26340a31..f5de5092 100644 --- a/.github/workflows/test-stack-reusable-workflow.yml +++ b/.github/workflows/test-stack-reusable-workflow.yml @@ -282,7 +282,7 @@ jobs: - name: Store everything including test-datastore if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-cdio-basic-tests-output-py${{ env.PYTHON_VERSION }} path: .