Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo-Antonioli authored Mar 4, 2024
1 parent cf5a893 commit 01db73e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,9 @@ jobs:
pip install poetry
poetry config virtualenvs.in-project true
- name: Download coverage data
uses: actions/download-artifact@v2.0.10
with:
name: coverage-data
- uses: actions/download-artifact@v4
- name: Display structure of downloaded files
run: ls -R

- name: Create coverage report
shell: bash
Expand Down

0 comments on commit 01db73e

Please sign in to comment.