diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73937603..f9a0df08 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -103,7 +103,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Download User Imports Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: "*-user-imports" @@ -153,7 +153,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