From 8e73d4aef9aa2b65786634495e7477c58ae57440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:21:50 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/hub.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hub.yml b/.github/workflows/hub.yml index 9ba42b91ff29..28679e206234 100644 --- a/.github/workflows/hub.yml +++ b/.github/workflows/hub.yml @@ -62,7 +62,7 @@ jobs: git commit -m "First commit" - name: Upload generated site configuration - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: antora-site-configuration path: build/ @@ -74,7 +74,7 @@ jobs: needs: generate steps: - name: Download Antora Site configuration - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: antora-site-configuration @@ -85,7 +85,7 @@ jobs: run: cd $PROJECT_SLUG; make html - name: Upload built Antora Site - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: antora-site path: component-hub @@ -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@v6 with: name: antora-site