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