Skip to content

Commit 98e9486

Browse files
committed
CI: bump actions/upload-artifact and codecov/codecov-action actions
1 parent dc3b2e4 commit 98e9486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
- run: tox -e ${{ matrix.tox }}
5555
- name: Upload coverage.xml
5656
if: ${{ matrix.python == '3.10' }}
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: graphene-coverage
6060
path: coverage.xml
6161
if-no-files-found: error
6262
- name: Upload coverage.xml to codecov
6363
if: ${{ matrix.python == '3.10' }}
64-
uses: codecov/codecov-action@v3
64+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)