File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 - name : Build with pyinstaller for ${{matrix.TARGET}}
6868 run : ${{matrix.CMD_BUILD}}
6969 - name : Upload a Build Artifact
70- uses : actions/upload-artifact@v3.1.3
70+ uses : actions/upload-artifact@v4
7171 if : inputs.release == false
7272 with :
73+ name : ${{ matrix.OUT_FILE_NAME }}
7374 path : ./dist/${{ matrix.OUT_FILE_NAME }}
7475 - name : Upload Release Asset
7576 if : inputs.release == true
@@ -116,9 +117,10 @@ jobs:
116117 ${{ matrix.distro }} \
117118 ./scripts/build_${{ matrix.distro_name }}_arm.sh ${{ matrix.distro_name }}_${{ matrix.arch }}
118119 - name : Upload a Build Artifact
119- uses : actions/upload-artifact@v3.1.3
120+ uses : actions/upload-artifact@v4
120121 if : inputs.release == false
121122 with :
123+ name : codecovcli_${{ matrix.distro_name }}_${{ matrix.arch }}
122124 path : ./dist/codecovcli_${{ matrix.distro_name }}_${{ matrix.arch }}
123125 - name : Upload Release Asset
124126 if : inputs.release == true
You can’t perform that action at this time.
0 commit comments