upload-artifact action in python test workflow updated to v4 (#2024)

* upload-artifact action in python test workflow updated to v4
* Upload artifacts for all jobs
This commit is contained in:
Soxoj
2025-06-28 23:08:56 +02:00
committed by GitHub
parent 4195a3ca21
commit c0e60e25b8
+2 -2
View File
@@ -33,7 +33,7 @@ jobs:
poetry run coverage report --fail-under=60
poetry run coverage html
- name: Upload coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: htmlcov
name: htmlcov-${{ strategy.job-index }}
path: htmlcov