CI: bump upload-artifact and codecov actions (#1567)

CI: bump actions/upload-artifact and codecov/codecov-action actions
This commit is contained in:
Dulmandakh 2024-09-29 21:23:21 +08:00 committed by GitHub
parent f2e68141fd
commit 821451fddc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,11 +54,11 @@ jobs:
- run: tox -e ${{ matrix.tox }}
- name: Upload coverage.xml
if: ${{ matrix.python == '3.10' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: graphene-coverage
path: coverage.xml
if-no-files-found: error
- name: Upload coverage.xml to codecov
if: ${{ matrix.python == '3.10' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4