From a710689a6ff859f2667e09d24b22d64e144aca3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 23:03:26 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...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/cifuzz.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/mingw.yml | 2 +- .github/workflows/msvc.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 90cfc2c9..d347a113 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -40,7 +40,7 @@ jobs: output-sarif: true - name: upload crash - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.sanitizer }}_artifacts path: ./out/artifacts diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index dae06ff4..9eb76181 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -70,7 +70,7 @@ jobs: - run: make docker.tar to-file=.cache/image.tar tags=build-${{ github.run_number }}-${{ matrix.dist }}-${{ matrix.arch }} working-directory: docker/coturn/ - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: ${{ matrix.dist }}-${{ matrix.arch }}-${{ github.run_number }} path: docker/coturn/.cache/image.tar diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index a37b7172..92db5b6b 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -113,7 +113,7 @@ jobs: if: ${{ matrix.BUILD_TYPE == 'Release' }} - name: Update artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: coturn_mingw_${{ matrix.os }} path: | diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml index 8264d169..22af0590 100644 --- a/.github/workflows/msvc.yml +++ b/.github/workflows/msvc.yml @@ -157,7 +157,7 @@ jobs: if: ${{ matrix.BUILD_TYPE == 'Release' }} - name: Update artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: coturn_msvc-${{ matrix.VCPKG_PLATFORM_TOOLSET }}-${{ matrix.CMAKE_GENERATOR_PLATFORM }}-${{ matrix.BUILD_SHARED_LIBS }} path: |