Skip to content

Commit

Permalink
Fix typo in action location/ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Aug 24, 2024
1 parent 8c260b4 commit 3dd0b73
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 @@ -82,7 +82,7 @@ jobs:
- name: Upload HTML report
if: ${{ failure() }}
uses: actions/upload-artifact@@834a144ee995460fba8ed112a2fc961b36a5ec5a
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
with:
name: html-report
path: .htmlcov

0 comments on commit 3dd0b73

Please sign in to comment.