Skip to content

Commit 3f144c5

Browse files
authored
bump version to 125.6422.06 (#29)
* bump version to 125.6422.06 * fix github actions
1 parent 6918908 commit 3f144c5

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

build/.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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
@@ -98,7 +98,7 @@ jobs:
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

build/.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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

build/VERSION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)