From b2e9742be4ffe5aa546f57162cf8fe321ec48f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:43:58 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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..ec98566 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@v7 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@v7 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@v7 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..9fc1d4b 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@v7 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@v7 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@v7 id: artifact-upload-step with: name: webrtc.${{ matrix.name }}