File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
python -m coverage run -p -m pytest
48
48
49
49
- name : Upload coverage data
50
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
50
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
51
51
with :
52
52
include-hidden-files : true
53
53
name : coverage-data-${{ matrix.python-version }}
83
83
84
84
- name : Upload HTML report
85
85
if : ${{ failure() }}
86
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
86
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
87
87
with :
88
88
name : html-report
89
89
path : .htmlcov
Original file line number Diff line number Diff line change 32
32
run : hatch build
33
33
34
34
- name : Store built distribution
35
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
35
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
36
36
with :
37
37
name : distribution-files
38
38
path : dist/
You can’t perform that action at this time.
0 commit comments