Module: kamailio Branch: master Commit: 616e38694388d904b9fa575973ecc7d3862213ae URL: https://github.com/kamailio/kamailio/commit/616e38694388d904b9fa575973ecc7d3862213ae
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Victor Seva <[email protected]> Date: 2026-03-03T02:15:12+01:00 github: [skip ci]: bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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] <[email protected]> --- Modified: .github/workflows/alpine.yml Modified: .github/workflows/cifuzz.yml Modified: .github/workflows/rpm.yml --- Diff: https://github.com/kamailio/kamailio/commit/616e38694388d904b9fa575973ecc7d3862213ae.diff Patch: https://github.com/kamailio/kamailio/commit/616e38694388d904b9fa575973ecc7d3862213ae.patch --- diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index d7b0fe9556f..c51ca6c3d30 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@v6 + uses: actions/upload-artifact@v7 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 0d5cf840c46..c0b920d8086 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@v6 + uses: actions/upload-artifact@v7 if: failure() && steps.build.outcome == 'success' with: name: artifacts diff --git a/.github/workflows/rpm.yml b/.github/workflows/rpm.yml index 066528585ee..c5cd32e02f5 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@v6 + uses: actions/upload-artifact@v7 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!
