Skip to content

Commit d471b3a

Browse files
authored
Merge pull request #69 from yeger00/fix-upload-artifact
Update to version 4
2 parents 279abb0 + a31981c commit d471b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pkg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: PYTEST_FLAGS='--cov-report html --cov-report term --cov=pylspclient --cov-branch' make test
3131

3232
- name: upload coverage
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: coverage
3636
path: ./htmlcov

0 commit comments

Comments
 (0)