From 7ffd8bc089594b88505d19d79b64d930cdcd7718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 14:06:20 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4bb9327..7a45ad7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: Get-PSDrive - run: "& .\\build.${{ matrix.name }}.ps1 \"${{ github.event.inputs.commitHash }}\"" - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: webrtc.${{ matrix.name }}.bz2 path: build\_package\${{ matrix.name }}\webrtc.tar.bz2 @@ -66,7 +66,7 @@ jobs: - run: pip install setuptools - run: ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}" - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: webrtc.${{ matrix.name }}.tar.bz2 path: build/_package/${{ matrix.name }}/webrtc.tar.bz2 @@ -104,7 +104,7 @@ jobs: df -h - run: ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}" - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: webrtc.${{ matrix.name }}.tar.bz2 path: build/_package/${{ matrix.name }}/webrtc.tar.bz2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1d44ca..05edc52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: Get-PSDrive - run: "& .\\build.${{ matrix.name }}.ps1 \"${{ steps.release_tag.outputs.tag }}_release\"" - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 id: artifact-upload-step with: name: webrtc.${{ matrix.name }} @@ -83,7 +83,7 @@ jobs: echo "3P_WEBRTC_BUILD_RELEASE_VERSION=${RELEASE}" >> "VERSION" - run: ./build.${{ matrix.name }}.sh "${{ steps.release_tag.outputs.tag }}_release" - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 id: artifact-upload-step with: name: webrtc.${{ matrix.name }} @@ -130,7 +130,7 @@ jobs: echo "3P_WEBRTC_BUILD_RELEASE_VERSION=${RELEASE}" >> "VERSION" - run: ./build.${{ matrix.name }}.sh "${{ steps.release_tag.outputs.tag }}_release" - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 id: artifact-upload-step with: name: webrtc.${{ matrix.name }}