From 681d05bee921173a157552cff102bcb74cc948e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 09:24:42 +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/native-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index e98b0ac6..8645d817 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -124,7 +124,7 @@ jobs: node-version: '20' - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: bindings-${{ matrix.settings.target }} path: crates/drift-napi/npm/${{ matrix.settings.npm-dir }} @@ -165,7 +165,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: artifacts