File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments