We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341ea29 commit 3a2a042Copy full SHA for 3a2a042
1 file changed
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
pytest Tests/ -v --cov=jsweb --cov-report=xml --cov-report=html --cov-report=term-missing
39
40
- name: Upload coverage to Codecov
41
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
42
with:
43
files: ./coverage.xml
44
flags: unittests
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Archive coverage reports
50
if: always()
51
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
52
53
name: coverage-report-py${{ matrix.python-version }}
54
path: htmlcov/
0 commit comments