From 24cdafbab66fa97bd2c0bb2f17479a7c5757d284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:10:19 +0000 Subject: [PATCH] fix(deps): bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e9b61e1..81947f8 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -68,7 +68,7 @@ jobs: os: [macos-15, windows-2025, ubuntu-24.04] steps: - name: Download built action - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: built-action - name: Test action with Python ${{ inputs.python-version }} @@ -109,7 +109,7 @@ jobs: os: [macos-15, windows-2025, ubuntu-24.04] steps: - name: Download built action - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: built-action - name: Test action with Python ${{ inputs.python-version }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9b8929..3cb4f8c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -134,7 +134,7 @@ jobs: matrix: ${{ fromJSON(needs.create_matrix.outputs.matrix-json) }} steps: - name: Download built action - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: built-action - name: Test action with Python ${{ matrix.python-version }}