From d58181aa46c2d9fd033880e8c9e1815966dc33e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 22:01:11 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' 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 1abf4af..4df1ddb 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -116,7 +116,7 @@ jobs: - id: save name: Save artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: release-candidate path: ./dist diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 4ef6993..f1eef54 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -39,7 +39,7 @@ jobs: - id: upload-release-candidate name: Upload release candidate - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: release-candidate path: ./_build/html/