From 97a30e0a53d4e6fdbc6e00ea6eac597566bbe29d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:51:32 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v8.0.1 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 389d2ff..f764b1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: with: sparse-checkout: installed-test - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: ${{ matrix.package }}-pkg @@ -172,7 +172,7 @@ jobs: image: ghcr.io/archlinux/archlinux:base-devel-20260405.0.511438@sha256:19821e996581c4ee544d1473c7c4d4025f580ccc2b0728036282c111075ff9ad steps: - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: repo pattern: '*-pkg' @@ -184,7 +184,7 @@ jobs: - run: repo-add ddterm.db.tar.zst ./*.pkg.tar.* working-directory: repo - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: repo pattern: '*-test'