From 15d8b69262e6767c8d827bdd2fdce0e7e2e54a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 14:08:50 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' 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..95b2ad6 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@v6 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@v6 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@v6 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..43ba6ae 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@v6 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@v6 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@v6 id: artifact-upload-step with: name: webrtc.${{ matrix.name }}