mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-24 10:33:59 +03:00
CI: bump upload-artifact and codecov actions (#1567)
CI: bump actions/upload-artifact and codecov/codecov-action actions
This commit is contained in:
parent
f2e68141fd
commit
821451fddc
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -54,11 +54,11 @@ jobs:
|
||||||
- run: tox -e ${{ matrix.tox }}
|
- run: tox -e ${{ matrix.tox }}
|
||||||
- name: Upload coverage.xml
|
- name: Upload coverage.xml
|
||||||
if: ${{ matrix.python == '3.10' }}
|
if: ${{ matrix.python == '3.10' }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: graphene-coverage
|
name: graphene-coverage
|
||||||
path: coverage.xml
|
path: coverage.xml
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
- name: Upload coverage.xml to codecov
|
- name: Upload coverage.xml to codecov
|
||||||
if: ${{ matrix.python == '3.10' }}
|
if: ${{ matrix.python == '3.10' }}
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user