From 4bdf6de2831186791b97271911ea250a36c23683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:51:38 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/landlock-run-release.yml | 4 ++-- .github/workflows/release-vendor.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/landlock-run-release.yml b/.github/workflows/landlock-run-release.yml index 76d08e9e4c..3b2d3ca82e 100644 --- a/.github/workflows/landlock-run-release.yml +++ b/.github/workflows/landlock-run-release.yml @@ -108,7 +108,7 @@ jobs: RELEASE_PUBLISH: ${{ inputs.publish }} - name: Download prebuild artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: prebuild-* path: native/landlock-run/.release/prebuild-artifacts @@ -159,7 +159,7 @@ jobs: registry-url: https://registry.npmjs.org - name: Download npm tarballs - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: npm-tarballs path: native/landlock-run/dist/npm diff --git a/.github/workflows/release-vendor.yml b/.github/workflows/release-vendor.yml index c8af47251e..ec9c558ff3 100644 --- a/.github/workflows/release-vendor.yml +++ b/.github/workflows/release-vendor.yml @@ -121,7 +121,7 @@ jobs: - name: Install (immutable, no package scripts) run: pnpm install --frozen-lockfile --ignore-scripts - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: vendor-npm-tarballs path: dist/npm-vendor diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e20c215fd..1d6fe539a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,7 +138,7 @@ jobs: - name: Install (immutable, no package scripts) run: pnpm install --frozen-lockfile --ignore-scripts - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: dsh-npm-tarballs path: dist/npm