From 9e6de6e6f3fb972b908f6ae25f6e0f40c7b779b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:28:30 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10d3374..d9334ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: cache: true - name: Download native libraries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: native-libs-${{ matrix.os }} @@ -156,7 +156,7 @@ jobs: cache: true - name: Download native libraries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: native-libs-ubuntu-latest