From 15e1263ccbcbf00c98e3329ad93d2d147ee52531 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 23:10:32 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 18011182..e9314ddc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -100,7 +100,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Download User Imports Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: "*-user-imports" @@ -150,7 +150,7 @@ jobs: fetch-depth: 0 - name: Download Host Details Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: "*-host-details" - name: Aggregate Host Details