We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3707703 commit 8b0957bCopy full SHA for 8b0957b
.github/workflows/ci_run.yml
@@ -29,7 +29,7 @@ jobs:
29
run: pytest test/ --cov --cov-report=html --cov-fail-under=75
30
31
- name: Upload Test Coverage Reports
32
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
33
with:
34
name: treescriptify-cov
35
path: htmlcov/
0 commit comments