From b01f158f9d6038f4eb2532fa44cced43765bc2a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 10:12:09 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 in /.github/workflows Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...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/continuous-deployment.yaml | 2 +- .github/workflows/docs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index 00715fa..70058d4 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -93,7 +93,7 @@ jobs: run: pipenv run twine check dist/* - name: Save artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: release-candidate path: ./dist diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 1d2a2dd..deab979 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -33,7 +33,7 @@ jobs: working-directory: docs - name: Upload release candidate - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: release-candidate path: ./docs/