Upgrade actions/upload-artifact from 4 to 5 version (#1771)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-10-25 10:03:37 +02:00 committed by GitHub
parent 7cd09efe87
commit 5c14404c71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ jobs:
output-sarif: true output-sarif: true
- name: upload crash - name: upload crash
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: ${{ matrix.sanitizer }}_artifacts name: ${{ matrix.sanitizer }}_artifacts
path: ./out/artifacts path: ./out/artifacts

View File

@ -70,7 +70,7 @@ jobs:
- run: make docker.tar to-file=.cache/image.tar - run: make docker.tar to-file=.cache/image.tar
tags=build-${{ github.run_number }}-${{ matrix.dist }}-${{ matrix.arch }} tags=build-${{ github.run_number }}-${{ matrix.dist }}-${{ matrix.arch }}
working-directory: docker/coturn/ working-directory: docker/coturn/
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v5
with: with:
name: ${{ matrix.dist }}-${{ matrix.arch }}-${{ github.run_number }} name: ${{ matrix.dist }}-${{ matrix.arch }}-${{ github.run_number }}
path: docker/coturn/.cache/image.tar path: docker/coturn/.cache/image.tar

View File

@ -113,7 +113,7 @@ jobs:
if: ${{ matrix.BUILD_TYPE == 'Release' }} if: ${{ matrix.BUILD_TYPE == 'Release' }}
- name: Update artifacts - name: Update artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: coturn_mingw_${{ matrix.os }} name: coturn_mingw_${{ matrix.os }}
path: | path: |

View File

@ -157,7 +157,7 @@ jobs:
if: ${{ matrix.BUILD_TYPE == 'Release' }} if: ${{ matrix.BUILD_TYPE == 'Release' }}
- name: Update artifacts - name: Update artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: coturn_msvc-${{ matrix.VCPKG_PLATFORM_TOOLSET }}-${{ matrix.CMAKE_GENERATOR_PLATFORM }}-${{ matrix.BUILD_SHARED_LIBS }} name: coturn_msvc-${{ matrix.VCPKG_PLATFORM_TOOLSET }}-${{ matrix.CMAKE_GENERATOR_PLATFORM }}-${{ matrix.BUILD_SHARED_LIBS }}
path: | path: |