From 4e8642815dfa3dc6778e009c1abe64b4fa670343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:22:36 +0000 Subject: [PATCH] ci: bump actions/upload-artifact from 4 to 7 in /.github/workflows Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_actions.yaml | 2 +- .github/workflows/_supergraph_generate.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_actions.yaml b/.github/workflows/_actions.yaml index 8ccb339..e9b5d95 100644 --- a/.github/workflows/_actions.yaml +++ b/.github/workflows/_actions.yaml @@ -25,7 +25,7 @@ jobs: " > test-schema.graphql - name: Upload Test Subgraph schema - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v7 with: name: test-update-schema path: test-schema.graphql diff --git a/.github/workflows/_supergraph_generate.yaml b/.github/workflows/_supergraph_generate.yaml index 88a2c34..250394e 100644 --- a/.github/workflows/_supergraph_generate.yaml +++ b/.github/workflows/_supergraph_generate.yaml @@ -29,7 +29,7 @@ jobs: --out router-execution-config.json - name: Upload Execution Config Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: router-execution-config.json path: router-execution-config.json @@ -43,7 +43,7 @@ jobs: test -s supergraph.graphql - name: Upload Supergraph Schema Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: supergraph-schema path: supergraph.graphql