From 9258a9f18524acc7ff69a0093bf02505eb633ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 05:21:41 +0000 Subject: [PATCH] build(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/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f545bfca..7679cb89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -240,7 +240,7 @@ jobs: ruby-version: ${{ matrix.ruby }} apt-get: libsqlite3-dev pkg-config mingw: sqlite3 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: source-gem path: gems @@ -314,7 +314,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: cruby-${{ matrix.platform }}-gem path: gems @@ -348,7 +348,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: "${{ matrix.ruby }}" - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: cruby-${{ matrix.platform }}-gem path: gems @@ -373,7 +373,7 @@ jobs: image: ruby:${{matrix.ruby}}-${{matrix.flavor}} steps: - uses: actions/checkout@v5 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: cruby-x86_64-linux-musl-gem path: gems