Skip to content

Commit

Permalink
Merge pull request #69 from yeger00/fix-upload-artifact
Browse files Browse the repository at this point in the history
Update to version 4
  • Loading branch information
yeger00 authored Oct 15, 2024
2 parents 279abb0 + a31981c commit d471b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: PYTEST_FLAGS='--cov-report html --cov-report term --cov=pylspclient --cov-branch' make test

- name: upload coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage
path: ./htmlcov

0 comments on commit d471b3a

Please sign in to comment.