Module: kamailio Branch: master Commit: 0a5f254fb84dde72d157b67cc1173d4377f12dd2 URL: https://github.com/kamailio/kamailio/commit/0a5f254fb84dde72d157b67cc1173d4377f12dd2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Victor Seva <[email protected]> Date: 2025-12-16T07:49:33+01:00 github: [skip ci]: 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] <[email protected]> --- Modified: .github/workflows/alpine.yml Modified: .github/workflows/cifuzz.yml Modified: .github/workflows/rpm.yml --- Diff: https://github.com/kamailio/kamailio/commit/0a5f254fb84dde72d157b67cc1173d4377f12dd2.diff Patch: https://github.com/kamailio/kamailio/commit/0a5f254fb84dde72d157b67cc1173d4377f12dd2.patch --- diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index d0a0661a3ed..2a00d84d5f1 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -306,7 +306,7 @@ jobs: doas chown -R root:root /mnt/context - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: apk-files-and-context-${{ matrix.arch }} path: ${{ runner.temp }}/context diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 4d3fcd89a17..0d5cf840c46 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -27,7 +27,7 @@ jobs: dry-run: false language: c - name: Upload Crash - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: failure() && steps.build.outcome == 'success' with: name: artifacts diff --git a/.github/workflows/rpm.yml b/.github/workflows/rpm.yml index a0bedc17558..c70e3562242 100644 --- a/.github/workflows/rpm.yml +++ b/.github/workflows/rpm.yml @@ -140,7 +140,7 @@ jobs: mv ~/rpmbuild/RPMS/*/* RPMS/${os_folder}/${ref_folder}/${{ github.ref_name }}/${{ matrix.arch }} - name: Push artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: kamailio-${{ matrix.os }}-${{ github.ref_name }}-${{ matrix.arch }}.rpm path: | _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
