File tree 2 files changed +3
-3
lines changed
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@834a144ee995460fba8ed112a2fc961b36a5ec5a
50
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
51
51
with :
52
52
name : coverage-data-${{ matrix.python-version }}
53
53
path : .coverage.*
82
82
83
83
- name : Upload HTML report
84
84
if : ${{ failure() }}
85
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
85
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
86
86
with :
87
87
name : html-report
88
88
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@834a144ee995460fba8ed112a2fc961b36a5ec5a
35
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
36
36
with :
37
37
name : distribution-files
38
38
path : dist/
You can’t perform that action at this time.
0 commit comments