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/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