File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 df -h
111111 - run : ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}"
112112 - name : Upload Artifact
113- uses : actions/upload-artifact@v1
113+ uses : actions/upload-artifact@v4
114114 with :
115115 name : webrtc.${{ matrix.name }}.tar.gz
116116 path : build/_package/${{ matrix.name }}/webrtc.tar.gz
@@ -137,7 +137,7 @@ jobs:
137137 shell : bash
138138 run : echo "UPLOAD_URL='${{ steps.create_release.outputs.upload_url }}'" > create-release.env
139139 - name : Upload create-release Environment
140- uses : actions/upload-artifact@v1
140+ uses : actions/upload-artifact@v4
141141 with :
142142 name : create-release.env
143143 path : create-release.env
Original file line number Diff line number Diff line change 4646 Get-PSDrive
4747 - run : " & .\\ build.${{ matrix.name }}.ps1 \" ${{ github.event.inputs.commitHash }}\" "
4848 - name : Upload Artifact
49- uses : actions/upload-artifact@v1
49+ uses : actions/upload-artifact@v4
5050 with :
5151 name : webrtc.${{ matrix.name }}.zip
5252 path : _package\${{ matrix.name }}\webrtc.zip
6565 run : sudo xcode-select --switch /Applications/Xcode_13.0.app/Contents/Developer
6666 - run : ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}"
6767 - name : Upload Artifact
68- uses : actions/upload-artifact@v1
68+ uses : actions/upload-artifact@v4
6969 with :
7070 name : webrtc.${{ matrix.name }}.tar.gz
7171 path : _package/${{ matrix.name }}/webrtc.tar.gz
9898 df -h
9999 - run : ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}"
100100 - name : Upload Artifact
101- uses : actions/upload-artifact@v1
101+ uses : actions/upload-artifact@v4
102102 with :
103103 name : webrtc.${{ matrix.name }}.tar.gz
104104 path : _package/${{ matrix.name }}/webrtc.tar.gz
@@ -125,7 +125,7 @@ jobs:
125125 shell : bash
126126 run : echo "UPLOAD_URL='${{ steps.create_release.outputs.upload_url }}'" > create-release.env
127127 - name : Upload create-release Environment
128- uses : actions/upload-artifact@v1
128+ uses : actions/upload-artifact@v4
129129 with :
130130 name : create-release.env
131131 path : create-release.env
Original file line number Diff line number Diff line change 7878 - run : cp VERSION.head VERSION
7979 - run : ./build.${{ matrix.name }}.sh
8080 - name : Upload Artifact
81- uses : actions/upload-artifact@v1
81+ uses : actions/upload-artifact@v4
8282 with :
8383 name : webrtc.${{ matrix.name }}.tar.gz
8484 path : _package/${{ matrix.name }}/webrtc.tar.gz
Original file line number Diff line number Diff line change 1- WEBRTC_BUILD_VERSION=125.6422.05 .0
2- WEBRTC_VERSION=125.6422.05
3- WEBRTC_READABLE_VERSION=M125.6422@{#5 }
4- WEBRTC_COMMIT=14db92e4131185f5d80023cfe60e3fd5c15a897b
1+ WEBRTC_BUILD_VERSION=125.6422.06 .0
2+ WEBRTC_VERSION=125.6422.06
3+ WEBRTC_READABLE_VERSION=M125.6422@{#6 }
4+ WEBRTC_COMMIT=543121ba1cd47780e92d48546b880333265b37b5
You can’t perform that action at this time.
0 commit comments