From 1b7226f345a99793cd3f28f97188c7558ebf43d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:25:43 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- .github/workflows/checks.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 5408697..684973d 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -45,7 +45,7 @@ jobs: # rename this to a valid subgraph name SUBGRAPH_NAME: foo-bar steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: ${{ needs.test.outputs.schema_artifact }} - name: Install Rover diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 60f5f9f..22689bb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,7 +53,7 @@ jobs: SUBGRAPH_NAME: foo-bar runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: ${{ needs.prepare_schema.outputs.schema_artifact }} - name: Install Rover