From e26a488fc88d3372345a6246f6c8b7e2d8f54c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:12:01 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-python-build_poetry_package.yml | 2 +- .github/workflows/reusable-python-build_setuptools_package.yml | 2 +- .github/workflows/reusable-python-publish_rattler_package.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-python-build_poetry_package.yml b/.github/workflows/reusable-python-build_poetry_package.yml index d701c38..c20083f 100644 --- a/.github/workflows/reusable-python-build_poetry_package.yml +++ b/.github/workflows/reusable-python-build_poetry_package.yml @@ -132,7 +132,7 @@ jobs: fi echo "dir-path=${DIR_PATH}" >> $GITHUB_OUTPUT - name: Archive build artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ inputs.package-name }}-pip-package-build path: ${{ steps.define-build-path.outputs.dir-path }} diff --git a/.github/workflows/reusable-python-build_setuptools_package.yml b/.github/workflows/reusable-python-build_setuptools_package.yml index 1e4a1ef..7b11597 100644 --- a/.github/workflows/reusable-python-build_setuptools_package.yml +++ b/.github/workflows/reusable-python-build_setuptools_package.yml @@ -116,7 +116,7 @@ jobs: fi echo "dir-path=${DIR_PATH}" >> $GITHUB_OUTPUT - name: Archive build artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ inputs.package-name }}-pip-package-build path: ${{ steps.define-build-path.outputs.dir-path }} diff --git a/.github/workflows/reusable-python-publish_rattler_package.yml b/.github/workflows/reusable-python-publish_rattler_package.yml index 466fc0c..b5ed380 100644 --- a/.github/workflows/reusable-python-publish_rattler_package.yml +++ b/.github/workflows/reusable-python-publish_rattler_package.yml @@ -150,7 +150,7 @@ jobs: RATTLER_AUTH_FILE: ${{ runner.temp }}/credentials.json RATTLER_BUILD_EXPERIMENTAL: ${{ inputs.build-experimental && 'true' || 'false' }} - name: Archive build artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ inputs.package-name }}-conda-package-build path: ${{ runner.temp }}/output/**/*.conda