From 197c1f91c2ff4ff038b95ef3446e94a2de937027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:15:25 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 95fe374..07da2a8 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -86,15 +86,15 @@ jobs: - uses: actions/checkout@v3 # we are using separate download actions as otherwise artifacts are placed in folders - name: Download products JAR - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: products.jar - name: Download reviews JAR - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: reviews.jar - name: Download Supergraph config - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: supergraph.graphql - name: Start up Supergraph