From b68bf57846dfab213a6f97aafdac997ef56a00ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 03:57:53 +0000 Subject: [PATCH] Bump the github-artifacts group across 1 directory with 2 updates Bumps the github-artifacts group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4.3.1 to 4.3.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.3) Updates `actions/download-artifact` from 4.1.4 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.4...v4.1.7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-artifacts - 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/schema.yml b/.github/workflows/schema.yml index 35a471a..c67830e 100644 --- a/.github/workflows/schema.yml +++ b/.github/workflows/schema.yml @@ -42,7 +42,7 @@ jobs: --path robot-operations.graphql - name: Upload Schema Artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 with: name: robot-operations.graphql path: robot-operations.graphql @@ -60,7 +60,7 @@ jobs: echo "$HOME/.rover/bin" >> $GITHUB_PATH - name: Download Schema Artifact - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.7 with: name: robot-operations.graphql