Skip to content

Commit

Permalink
Bump more CI artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fitodic committed Sep 14, 2024
1 parent 08b837e commit e2fd163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ jobs:
python -m coverage xml
- name: Upload HTML report if check failed.
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: html-report
path: htmlcov
if: ${{ failure() }}

- name: Upload XML report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage.xml
path: coverage.xml
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
run: tox -e build

- name: Upload distributions
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: "dist/*"
Expand Down

0 comments on commit e2fd163

Please sign in to comment.