File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed 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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
72+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
92+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717 - name : Download test results
18- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
18+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
61+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
71+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.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