Skip to content

Commit 821451f

Browse files
authored
CI: bump upload-artifact and codecov actions (#1567)
CI: bump actions/upload-artifact and codecov/codecov-action actions
1 parent f2e6814 commit 821451f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
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)