We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 279abb0 + a31981c commit d471b3aCopy full SHA for d471b3a
.github/workflows/test-pkg.yml
@@ -30,7 +30,7 @@ jobs:
30
run: PYTEST_FLAGS='--cov-report html --cov-report term --cov=pylspclient --cov-branch' make test
31
32
- name: upload coverage
33
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
34
with:
35
name: coverage
36
path: ./htmlcov
0 commit comments