Skip to content

Commit 3dd0b73

Browse files
committed
Fix typo in action location/ref
1 parent 8c260b4 commit 3dd0b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Upload HTML report
8484
if: ${{ failure() }}
85-
uses: actions/upload-artifact@@834a144ee995460fba8ed112a2fc961b36a5ec5a
85+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
8686
with:
8787
name: html-report
8888
path: .htmlcov

0 commit comments

Comments
 (0)