From 99a2df116cf2efed6b7764f2578966603e9d7cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:23:46 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.5 to 4.3.6 in the minor group Bumps the minor group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.3.5 to 4.3.6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.5...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/schema-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schema-compose.yaml b/.github/workflows/schema-compose.yaml index 729c8d5..24a9be4 100644 --- a/.github/workflows/schema-compose.yaml +++ b/.github/workflows/schema-compose.yaml @@ -26,7 +26,7 @@ jobs: > supergraph.graphql - name: Upload New Schema Artifact - uses: actions/upload-artifact@v4.3.5 + uses: actions/upload-artifact@v4.3.6 with: name: supergraph.graphql path: supergraph.graphql