From 1a8c24d3287e33ac20b4894b67a8981124633351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 02:44:37 +0000 Subject: [PATCH] chore(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/deploy.yml | 2 +- .github/workflows/publish-linux-packages.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1ff8474..a0259c5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Download Linux binary from release - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: artifacts-x86_64-unknown-linux-gnu run-id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/publish-linux-packages.yml b/.github/workflows/publish-linux-packages.yml index cd0cbaa..590e384 100644 --- a/.github/workflows/publish-linux-packages.yml +++ b/.github/workflows/publish-linux-packages.yml @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Download deb artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: deb-package path: ./debs @@ -145,7 +145,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Download rpm artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: rpm-package path: ./rpms diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51cc88f..752c928 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,7 +113,7 @@ jobs: - name: Install cargo-dist run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.26.0/cargo-dist-installer.sh | sh" - name: Fetch all built artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: artifacts-* path: dist/