Skip to content

Commit 855b687

Browse files
chore(deps): update github artifact actions
1 parent 6ce3c44 commit 855b687

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/apollo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
PORT: 4000
3838
- name: Introspect schema
3939
run: rover subgraph introspect http://localhost:4000 > ${{ env.SCHEMA_FILE }}
40-
- uses: actions/upload-artifact@v4
40+
- uses: actions/upload-artifact@v5
4141
with:
4242
path: ${{ env.SCHEMA_FILE }}
4343
name: ${{ env.SCHEMA_ARTIFACT }}

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
needs: [ prepare_schema ]
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/download-artifact@v5
19+
- uses: actions/download-artifact@v6
2020
with:
2121
name: ${{ needs.prepare_schema.outputs.schema_artifact }}
2222
- name: Install Rover

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
needs: [ deploy, prepare_schema ]
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/download-artifact@v5
25+
- uses: actions/download-artifact@v6
2626
with:
2727
name: ${{ needs.prepare_schema.outputs.schema_artifact }}
2828
- name: Install Rover

0 commit comments

Comments
 (0)