From cba2b04cac2be364b6d93e44c6a218fa501845e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:31:55 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/pypi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5bb6108f9..d76b4b0e8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -117,7 +117,7 @@ jobs: # Store the docs as a build artifact so we can deploy it later - name: Upload HTML documentation as an artifact if: github.event_name == 'release' || github.event_name == 'push' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: docs-${{ github.sha }} path: doc/_build/html diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 8d8618544..39b6feaf3 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -81,7 +81,7 @@ jobs: - name: Upload archives as artifacts # Only if not a pull request if: success() && github.event_name != 'pull_request' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: pypi-${{ github.sha }} path: dist