We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78f9c4 commit 3c033edCopy full SHA for 3c033ed
.github/workflows/test-sflkit.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
python3 -m pytest --html=report.html --self-contained-html --cov-report xml:coverage.xml --cov-report term --cov-config=.coveragerc --cov=sflkit tests/
30
python3 -m coverage lcov
31
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
32
with:
33
name: Test Report
34
path: report.html
0 commit comments