From fc3a960d183079a75a70c6487c4feba2987c72dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 16:09:52 +0000 Subject: [PATCH] chore(ci)(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...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/apollo-vertex-registry-check.yml | 4 ++-- .github/workflows/pr-checks.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/apollo-vertex-registry-check.yml b/.github/workflows/apollo-vertex-registry-check.yml index e46ef53c1..b89728136 100644 --- a/.github/workflows/apollo-vertex-registry-check.yml +++ b/.github/workflows/apollo-vertex-registry-check.yml @@ -91,14 +91,14 @@ jobs: run: rm -rf ${{ runner.temp }}/minimal-app/node_modules - name: Upload base app - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: base-app path: ${{ runner.temp }}/minimal-app retention-days: 1 - name: Upload registry files - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: registry-files path: apps/apollo-vertex/public/r/ diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 9ffa040cd..1f0da5c08 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -92,7 +92,7 @@ jobs: - name: Upload Coverage if: matrix.check == 'Test Coverage' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: coverage path: coverage/ @@ -111,7 +111,7 @@ jobs: - name: Upload Failure Artifacts if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: failure-${{ matrix.check }}-${{ github.sha }} path: coverage/