Skip to content

Commit

Permalink
Bump upload artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Piccinotti committed Oct 23, 2024
1 parent 558a920 commit bce500a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
poetry run pytest --cov=fpboost --cov-report=xml --cov-report=html --junitxml=reports/test-results.xml
- name: Upload coverage report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: htmlcov/

- name: Upload test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results
path: reports/

0 comments on commit bce500a

Please sign in to comment.