File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 make OpenSSL-${{ matrix.target }}
5757
5858 - name : Upload Build Artifact
59- uses : actions/upload-artifact@v4.6.2
59+ uses : actions/upload-artifact@v5.0.0
6060 with :
6161 name : dist-${{ matrix.target }}
6262 path : dist
Original file line number Diff line number Diff line change 4949 make ${{ steps.build-vars.outputs.PACKAGE_NAME }}-${{ matrix.target }} $(echo "${{ steps.build-vars.outputs.PACKAGE_NAME }}" | tr 'a-z' 'A-Z')_VERSION=${{ steps.build-vars.outputs.PACKAGE_VERSION }} BUILD_NUMBER=${{ steps.build-vars.outputs.BUILD_NUMBER }}
5050
5151 - name : Upload Build Artifact
52- uses : actions/upload-artifact@v4.6.2
52+ uses : actions/upload-artifact@v5.0.0
5353 with :
5454 name : dist-${{ matrix.target }}
5555 path : dist
You can’t perform that action at this time.
0 commit comments