Skip to content

Commit

Permalink
Fix typo in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackleland committed Mar 7, 2024
1 parent afe1478 commit 20aa6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
docs-folder: "docs/"
pre-build-command: "mkdir -p docs/build/html/coverage && chmod 777 docs/build/html/coverage && chown 1001 docs/build/html/coverage"
- name: "Download coverage report"
uses: actions/download-artifact@4
uses: actions/download-artifact@v3
with:
name: "html-report"
path: "docs/build/html/coverage/htmlcov/"
Expand Down

0 comments on commit 20aa6db

Please sign in to comment.