mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
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:
@@ -33,7 +33,7 @@ jobs:
|
|||||||
poetry run coverage report --fail-under=60
|
poetry run coverage report --fail-under=60
|
||||||
poetry run coverage html
|
poetry run coverage html
|
||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: htmlcov
|
name: htmlcov-${{ strategy.job-index }}
|
||||||
path: htmlcov
|
path: htmlcov
|
||||||
Reference in New Issue
Block a user