From 453cff88a310db214deb76967da84a0939ef2fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:10:49 -0300 Subject: [PATCH] Bump actions/upload-artifact from 2 to 4 (#56) --- .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 1d7f64f..927d086 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -131,7 +131,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 2e72549..c74c670 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -69,7 +69,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