Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
" > test-schema.graphql

- name: Upload Test Subgraph schema
uses: actions/upload-artifact@v4.6.0
uses: actions/upload-artifact@v7
with:
name: test-update-schema
path: test-schema.graphql
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_supergraph_generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
--out router-execution-config.json

- name: Upload Execution Config Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: router-execution-config.json
path: router-execution-config.json
Expand All @@ -43,7 +43,7 @@ jobs:
test -s supergraph.graphql

- name: Upload Supergraph Schema Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: supergraph-schema
path: supergraph.graphql
Expand Down
Loading