From 4bb570a7ee5039df72a0160031542599ce6443f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:32:04 +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 7b22f13..1d7072d 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -142,7 +142,7 @@ jobs: - id: save 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 5c92654..a423f8f 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -41,7 +41,7 @@ jobs: - id: upload-release-candidate name: Upload release candidate - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: release-candidate path: ./docs/_build/html/