From 8769a148a5baf0d13300a1db554adeb2a709223f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:05:46 +0000 Subject: [PATCH] Bump the gha-updates group with 2 updates Bumps the gha-updates group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-updates - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/docs-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index dd2a51f5e7..149b09c3e9 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -52,7 +52,7 @@ jobs: run: echo "ARTIFACT_DAYS=7" >> $GITHUB_ENV - name: Upload built docs if: ${{ matrix.target == 'html' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: docs-html-${{ github.sha }} path: docs/build/html/ @@ -65,7 +65,7 @@ jobs: env: GCP_TARGET: "gs://lightning-docs-thunder" steps: - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: name: docs-html-${{ github.sha }} path: docs/build/html/