From 15e15cc0f6ccc8229dee33e2a1c922aee8b53006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:23:36 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.6.1 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-alpha.yaml | 10 +++++----- .github/workflows/tests-e2e-docs.yaml | 2 +- .github/workflows/tests-e2e.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-alpha.yaml b/.github/workflows/release-alpha.yaml index 23f4e4a74a7..83e85b0f7d3 100644 --- a/.github/workflows/release-alpha.yaml +++ b/.github/workflows/release-alpha.yaml @@ -26,31 +26,31 @@ jobs: run: pnpm oclif:pack - name: upload darwin arm64 - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4 with: name: hive-cli-darwin-arm64 path: ./packages/libraries/cli/dist/*-darwin-arm64.tar.gz - name: upload darwin x64 - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4 with: name: hive-cli-darwin-x64 path: ./packages/libraries/cli/dist/*-darwin-x64.tar.gz - name: upload win x64 - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4 with: name: hive-cli-win-x64 path: ./packages/libraries/cli/dist/*-win32-x64.tar.gz - name: upload linux arm64 - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4 with: name: hive-cli-linux-arm64 path: ./packages/libraries/cli/dist/*-linux-arm64.tar.gz - name: upload linux x64 - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4 with: name: hive-cli-linux-x64 path: ./packages/libraries/cli/dist/*-linux-x64.tar.gz diff --git a/.github/workflows/tests-e2e-docs.yaml b/.github/workflows/tests-e2e-docs.yaml index 589b71afe5d..44e29864554 100644 --- a/.github/workflows/tests-e2e-docs.yaml +++ b/.github/workflows/tests-e2e-docs.yaml @@ -37,7 +37,7 @@ jobs: BASE_URL: http://localhost:3000 - name: upload playwright report - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ failure() }} with: name: docs-playwright-report diff --git a/.github/workflows/tests-e2e.yaml b/.github/workflows/tests-e2e.yaml index 97d0c269965..091fc2c9ad0 100644 --- a/.github/workflows/tests-e2e.yaml +++ b/.github/workflows/tests-e2e.yaml @@ -65,7 +65,7 @@ jobs: -f docker/docker-compose.end2end.yml \ logs - - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ failure() }} with: name: playwright