Skip to content

Commit

Permalink
CI: bump upload-artifact and codecov actions (#1567)
Browse files Browse the repository at this point in the history
CI: bump actions/upload-artifact and codecov/codecov-action actions
  • Loading branch information
dulmandakh authored Sep 29, 2024
1 parent f2e6814 commit 821451f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 821451f

Please sign in to comment.