Module: kamailio Branch: master Commit: 4ca9e20e6481386a0b4c9d13290b88b64e331e5e URL: https://github.com/kamailio/kamailio/commit/4ca9e20e6481386a0b4c9d13290b88b64e331e5e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Victor Seva <[email protected]> Date: 2025-12-16T07:49:43+01:00 github: [skip ci]: bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-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/rpm.yml --- Diff: https://github.com/kamailio/kamailio/commit/4ca9e20e6481386a0b4c9d13290b88b64e331e5e.diff Patch: https://github.com/kamailio/kamailio/commit/4ca9e20e6481386a0b4c9d13290b88b64e331e5e.patch --- diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 2a00d84d5f1..07600ff37c3 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -326,7 +326,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifact images - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: apk-files-and-context-* path: ${{ runner.temp }}/context diff --git a/.github/workflows/rpm.yml b/.github/workflows/rpm.yml index c70e3562242..b8bb10a8473 100644 --- a/.github/workflows/rpm.yml +++ b/.github/workflows/rpm.yml @@ -170,7 +170,7 @@ jobs: - build steps: - name: Download artifact images - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: kamailio-${{ matrix.os }}-${{ github.ref_name }}-*.rpm path: ${{ runner.temp }}/repo _______________________________________________ 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!
