File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 npx gulp docker-build
99 docker save -o ${{steps.package-name.outputs.packageName}}.tar ${{steps.package-name.outputs.imageName}}
1010
11- - uses : actions/upload-artifact@v3
11+ - uses : actions/upload-artifact@v4
1212 with :
1313 name : docker
1414 path : ${{steps.package-name.outputs.packageName}}.tar
Original file line number Diff line number Diff line change 1818 npm pack --pack-destination .builds
1919 npm pack -ws --pack-destination .builds || echo No workspaces
2020
21- - uses : actions/upload-artifact@v3
21+ - uses : actions/upload-artifact@v4
2222 with :
2323 name : npm
2424 path : |
Original file line number Diff line number Diff line change 66 - id : detect-package-metadata
77 uses : DevExpress/testcafe-build-system/actions/detect-package-metadata@main
88
9- - uses : actions/download-artifact@v3
9+ - uses : actions/download-artifact@v4
1010 with :
1111 name : npm
1212
Original file line number Diff line number Diff line change 88runs :
99 using : composite
1010 steps :
11- - uses : actions/download-artifact@v3
11+ - uses : actions/download-artifact@v4
1212 with :
1313 name : matrix-status
1414
Original file line number Diff line number Diff line change 1111 shell : bash
1212 run : echo ${{ job.status }} > matrix-status-${{ inputs.job-id }}.txt
1313
14- - uses : actions/upload-artifact@v3
14+ - uses : actions/upload-artifact@v4
1515 with :
1616 name : matrix-status
1717 path : matrix-status-${{ inputs.job-id }}.txt
You can’t perform that action at this time.
0 commit comments