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 67
67
run : ls -la artifacts
68
68
69
69
- name : Save artifacts for next job
70
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
70
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
71
71
with :
72
72
name : image-artifacts
73
73
path : ironic-images/artifacts/
Original file line number Diff line number Diff line change 44
44
- run : poetry install --sync --with test
45
45
- run : poetry build
46
46
- run : " poetry run pytest --cov --cov-report xml:coverage.xml"
47
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
47
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
48
48
with :
49
49
name : coverage-${{ matrix.project }}
50
50
path : python/${{ matrix.project }}/coverage.xml
60
60
merge-multiple : true
61
61
- run : |
62
62
npx cobertura-merge-globby -o output.xml --files=python/**/coverage.xml
63
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
63
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
64
64
with :
65
65
name : coverage.xml
66
66
path : coverage.xml
You can’t perform that action at this time.
0 commit comments