From decab465ff41cc7ab1ec8e5c14a5d70c1512aa57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 06:15:21 +0000 Subject: [PATCH] Bump the github-actions-dependencies group with 2 updates Bumps the github-actions-dependencies group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfeee772..c488dcac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,14 +103,14 @@ jobs: - name: Upload wheel as artifact if: matrix.os == 'ubuntu-24.04' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: dist path: dist/ - name: Upload notebooks and demo files as artifacts if: matrix.os == 'ubuntu-24.04' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: demos_usage path: | @@ -132,12 +132,12 @@ jobs: python-version: ${{ matrix.python-version }} - name: Download notebooks and demo files as artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: demos_usage - name: Download wheel - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: dist path: dist/ @@ -176,7 +176,7 @@ jobs: steps: - name: Download wheel - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: dist path: dist/