File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 run : poetry build
7070 working-directory : ./packages/${{ matrix.package }}
7171 - name : Upload build artifacts
72- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
72+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7373 with :
7474 name : ${{ matrix.package }}-distribution-packages
7575 path : ./packages/${{ matrix.package }}/dist/*
8989 package : [generator, sdk, service]
9090 steps :
9191 - name : Download build artifacts
92- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
92+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
9393 with :
9494 name : ${{ matrix.package }}-distribution-packages
9595 path : dist/
Original file line number Diff line number Diff line change 1515 - name : Check out repo
1616 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 - name : Download test results
18- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
18+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
1919 with :
2020 path : test_results
2121 pattern : test_results_*
Original file line number Diff line number Diff line change 5858 working-directory : ./packages/generator
5959
6060 - name : Upload test results
61- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
61+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6262 with :
6363 name : test_results_system_${{ matrix.configuration }}
6464 path : |
Original file line number Diff line number Diff line change 6868 working-directory : ./packages/service
6969
7070 - name : Upload test results
71- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
71+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7272 with :
7373 name : test_results_unit_${{ matrix.os }}_py${{ matrix.python-version }}
7474 path : ./packages/service/test_results/*.xml
You can’t perform that action at this time.
0 commit comments