We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e6814 commit 821451fCopy full SHA for 821451f
.github/workflows/tests.yml
@@ -54,11 +54,11 @@ jobs:
54
- run: tox -e ${{ matrix.tox }}
55
- name: Upload coverage.xml
56
if: ${{ matrix.python == '3.10' }}
57
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
58
with:
59
name: graphene-coverage
60
path: coverage.xml
61
if-no-files-found: error
62
- name: Upload coverage.xml to codecov
63
64
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
0 commit comments