File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7474 if [[ ${{ matrix.build }} =~ debug ]]; then make -j1 OS=${{ matrix.platform }} ; fi
7575
7676 - name : upload build as workflow artifact
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v5
7878 with :
7979 path : |
8080 build_${{ matrix.platform }}/amissl_v*.library*
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140 token : ${{ secrets.GITHUB_TOKEN }}
141141
142142 - name : Upload release files as a workflow artifact
143- uses : actions/upload-artifact@v4
143+ uses : actions/upload-artifact@v5
144144 with :
145145 path : AmiSSL-${{ needs.setup.outputs.version }}-*
146146 name : release-${{ needs.setup.outputs.version }}-${{ needs.setup.outputs.GITHUB_SHA7 }}
@@ -186,7 +186,7 @@ jobs:
186186 make -j1 OS=${{ matrix.platform }} DEBUG=
187187
188188 - name : Upload ${{ matrix.platform }} build files as a workflow artifact
189- uses : actions/upload-artifact@v4
189+ uses : actions/upload-artifact@v5
190190 with :
191191 path : build_${{ matrix.platform }}*
192192 name : build-${{ needs.setup.outputs.version }}-${{ needs.setup.outputs.GITHUB_SHA7 }}-${{ matrix.platform }}
You can’t perform that action at this time.
0 commit comments