File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 - name : Execute Gradle build
3131 run : ./gradlew check graphqlGenerateSDL
3232 - name : Upload schema artifact
33- uses : actions/upload-artifact@v4
33+ uses : actions/upload-artifact@v5
3434 with :
3535 path : build/${{ env.SCHEMA_FILE }}
3636 name : ${{ env.SCHEMA_ARTIFACT }}
4545 # rename this to a valid subgraph name
4646 SUBGRAPH_NAME : foo-bar
4747 steps :
48- - uses : actions/download-artifact@v5
48+ - uses : actions/download-artifact@v6
4949 with :
5050 name : ${{ needs.test.outputs.schema_artifact }}
5151 - name : Install Rover
Original file line number Diff line number Diff line change 3030 - name : Execute Gradle build
3131 run : ./gradlew clean build graphqlGenerateSDL
3232 - name : Upload schema artifact
33- uses : actions/upload-artifact@v4
33+ uses : actions/upload-artifact@v5
3434 with :
3535 path : build/${{ env.SCHEMA_FILE }}
3636 name : ${{ env.SCHEMA_ARTIFACT }}
5353 SUBGRAPH_NAME : foo-bar
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/download-artifact@v5
56+ - uses : actions/download-artifact@v6
5757 with :
5858 name : ${{ needs.prepare_schema.outputs.schema_artifact }}
5959 - name : Install Rover
You can’t perform that action at this time.
0 commit comments