Skip to content

Commit c828d36

Browse files
chore(deps): update actions/download-artifact action to v5 (#181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a16013e commit c828d36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# rename this to a valid subgraph name
4646
SUBGRAPH_NAME: foo-bar
4747
steps:
48-
- uses: actions/download-artifact@v4
48+
- uses: actions/download-artifact@v5
4949
with:
5050
name: ${{ needs.test.outputs.schema_artifact }}
5151
- name: Install Rover

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
SUBGRAPH_NAME: foo-bar
5454
runs-on: ubuntu-latest
5555
steps:
56-
- uses: actions/download-artifact@v4
56+
- uses: actions/download-artifact@v5
5757
with:
5858
name: ${{ needs.prepare_schema.outputs.schema_artifact }}
5959
- name: Install Rover

0 commit comments

Comments
 (0)