From 3f144c5c0e145ea8e714cec6955abbff68c3caf1 Mon Sep 17 00:00:00 2001 From: davidliu Date: Wed, 30 Oct 2024 22:15:07 -0700 Subject: [PATCH] bump version to 125.6422.06 (#29) * bump version to 125.6422.06 * fix github actions --- .github/workflows/build.yml | 4 ++-- build/.github/workflows/build.yml | 8 ++++---- build/.github/workflows/daily.yml | 2 +- build/VERSION | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85b0f20..b715ce8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,7 @@ jobs: df -h - run: ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}" - name: Upload Artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: webrtc.${{ matrix.name }}.tar.gz path: build/_package/${{ matrix.name }}/webrtc.tar.gz @@ -137,7 +137,7 @@ jobs: shell: bash run: echo "UPLOAD_URL='${{ steps.create_release.outputs.upload_url }}'" > create-release.env - name: Upload create-release Environment - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: create-release.env path: create-release.env diff --git a/build/.github/workflows/build.yml b/build/.github/workflows/build.yml index 9df59eb..b3178b2 100644 --- a/build/.github/workflows/build.yml +++ b/build/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: Get-PSDrive - run: "& .\\build.${{ matrix.name }}.ps1 \"${{ github.event.inputs.commitHash }}\"" - name: Upload Artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: webrtc.${{ matrix.name }}.zip path: _package\${{ matrix.name }}\webrtc.zip @@ -65,7 +65,7 @@ jobs: run: sudo xcode-select --switch /Applications/Xcode_13.0.app/Contents/Developer - run: ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}" - name: Upload Artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: webrtc.${{ matrix.name }}.tar.gz path: _package/${{ matrix.name }}/webrtc.tar.gz @@ -98,7 +98,7 @@ jobs: df -h - run: ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}" - name: Upload Artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: webrtc.${{ matrix.name }}.tar.gz path: _package/${{ matrix.name }}/webrtc.tar.gz @@ -125,7 +125,7 @@ jobs: shell: bash run: echo "UPLOAD_URL='${{ steps.create_release.outputs.upload_url }}'" > create-release.env - name: Upload create-release Environment - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: create-release.env path: create-release.env diff --git a/build/.github/workflows/daily.yml b/build/.github/workflows/daily.yml index d43712b..e2de581 100644 --- a/build/.github/workflows/daily.yml +++ b/build/.github/workflows/daily.yml @@ -78,7 +78,7 @@ jobs: - run: cp VERSION.head VERSION - run: ./build.${{ matrix.name }}.sh - name: Upload Artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: webrtc.${{ matrix.name }}.tar.gz path: _package/${{ matrix.name }}/webrtc.tar.gz diff --git a/build/VERSION b/build/VERSION index 24f70b9..a8c7990 100644 --- a/build/VERSION +++ b/build/VERSION @@ -1,4 +1,4 @@ -WEBRTC_BUILD_VERSION=125.6422.05.0 -WEBRTC_VERSION=125.6422.05 -WEBRTC_READABLE_VERSION=M125.6422@{#5} -WEBRTC_COMMIT=14db92e4131185f5d80023cfe60e3fd5c15a897b \ No newline at end of file +WEBRTC_BUILD_VERSION=125.6422.06.0 +WEBRTC_VERSION=125.6422.06 +WEBRTC_READABLE_VERSION=M125.6422@{#6} +WEBRTC_COMMIT=543121ba1cd47780e92d48546b880333265b37b5 \ No newline at end of file