Module: kamailio Branch: master Commit: 280afa8aa73862d42b55df5c1e236a30ff2332e7 URL: https://github.com/kamailio/kamailio/commit/280afa8aa73862d42b55df5c1e236a30ff2332e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Henning Westerholt <[email protected]> Date: 2025-11-24T09:26:44+01:00 github: [skip ci]: bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-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/rpm.yml --- Diff: https://github.com/kamailio/kamailio/commit/280afa8aa73862d42b55df5c1e236a30ff2332e7.diff Patch: https://github.com/kamailio/kamailio/commit/280afa8aa73862d42b55df5c1e236a30ff2332e7.patch --- diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 6f98801b0cd..912bf80137f 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@v5 + uses: actions/download-artifact@v6 with: pattern: apk-files-and-context-* path: ${{ runner.temp }}/context diff --git a/.github/workflows/rpm.yml b/.github/workflows/rpm.yml index 17800cd0570..5d0e4a23131 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@v5 + uses: actions/download-artifact@v6 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!
