diff --git a/.github/workflows/schema-linter.yml b/.github/workflows/schema-linter.yml index 8a89855b..5896a878 100644 --- a/.github/workflows/schema-linter.yml +++ b/.github/workflows/schema-linter.yml @@ -74,7 +74,7 @@ jobs: run: | npm install @graphql-inspector/config @graphql-inspector/cli graphql - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: schema.graphql path: /tmp/schema.graphql