File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 run : cmake -DCMAKE_BUILD_TYPE=Release -DLOTTIE_MODULE=OFF CMakeLists.txt && cmake --build . --config Release
4646
4747 - name : Upload executable as artifact
48- uses : actions/upload-artifact@v4.6.2
48+ uses : actions/upload-artifact@v7.0.1
4949 with :
5050 name : ${{ inputs.output-artifact-name }}
5151 path : bin/lottie_to_png
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 docker rm -v $id
125125
126126 - name : Upload executable as artifact
127- uses : actions/upload-artifact@v4.6.2
127+ uses : actions/upload-artifact@v7.0.1
128128 with :
129129 name : ${{ inputs.output-artifact-name }}
130130 path : bin/lottie_to_png
Original file line number Diff line number Diff line change 4040 run : cmake -DCMAKE_BUILD_TYPE=Release -DLOTTIE_MODULE=OFF CMakeLists.txt && cmake --build . --config Release
4141
4242 - name : Upload executable as artifact
43- uses : actions/upload-artifact@v4.6.2
43+ uses : actions/upload-artifact@v7.0.1
4444 with :
4545 name : ${{ inputs.output-artifact-name }}
4646 path : bin/Release/lottie_to_png.exe
Original file line number Diff line number Diff line change 6969 background : ${{ matrix.background }}
7070
7171 - name : Upload test results as artifacts
72- uses : actions/upload-artifact@v4.6.2
72+ uses : actions/upload-artifact@v7.0.1
7373 with :
7474 name : ${{ inputs.output-artifact-name }}.${{ matrix.case }}${{ steps.bg-suffix.outputs.suffix }}
7575 path : test-files
Original file line number Diff line number Diff line change 5050 background : ${{ matrix.background }}
5151
5252 - name : Upload test results as artifacts
53- uses : actions/upload-artifact@v4.6.2
53+ uses : actions/upload-artifact@v7.0.1
5454 with :
5555 name : ${{ inputs.output-artifact-name }}.${{ matrix.image }}${{ steps.bg-suffix.outputs.suffix }}
5656 path : test-files
Original file line number Diff line number Diff line change 6969 background : ${{ matrix.background }}
7070
7171 - name : Upload test results as artifacts
72- uses : actions/upload-artifact@v4.6.2
72+ uses : actions/upload-artifact@v7.0.1
7373 with :
7474 name : ${{inputs.output-artifact-name }}.${{ matrix.case }}${{ steps.bg-suffix.outputs.suffix }}
7575 path : test-files
You can’t perform that action at this time.
0 commit comments