From 6d81536130cda0935554eabb929a8633f1ec0101 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 11:21:45 +0000 Subject: [PATCH] Update actions/download-artifact action to v5 --- .github/workflows/hub.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hub.yml b/.github/workflows/hub.yml index 9ba42b91ff29..3adf256ef39e 100644 --- a/.github/workflows/hub.yml +++ b/.github/workflows/hub.yml @@ -74,7 +74,7 @@ jobs: needs: generate steps: - name: Download Antora Site configuration - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: antora-site-configuration @@ -98,7 +98,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: Download Antora Site - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: antora-site