From 3df03e3219b9075a829071b6f091bfe545f35191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:50:12 +0000 Subject: [PATCH] Bump actions/download-artifact in the github-artifacts group Bumps the github-artifacts group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-artifacts ... Signed-off-by: dependabot[bot] --- .github/workflows/schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schema.yml b/.github/workflows/schema.yml index cd031eb..5c117c5 100644 --- a/.github/workflows/schema.yml +++ b/.github/workflows/schema.yml @@ -60,7 +60,7 @@ jobs: echo "$HOME/.rover/bin" >> $GITHUB_PATH - name: Download Schema Artifact - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 with: name: datasets.graphql