From 1e8be1adfbf223a128d99360ed07be3d14a215ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:32:51 +0000 Subject: [PATCH] github-actions(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index adfc205..cec46bf 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -100,7 +100,7 @@ jobs: run: git fetch origin +refs/tags/*:refs/tags/* - name: Download branch docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Documentation-${{ matrix.os }}-${{ matrix.python-version }}-x64 path: _built_docs/${{ github.ref }} @@ -115,7 +115,7 @@ jobs: if: github.ref == 'refs/heads/main' - name: Download main docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Documentation-${{ matrix.os }}-${{ matrix.python-version }}-x64 path: _built_docs/${{ github.ref }}