Module: kamailio Branch: master Commit: 04f5f22bf82337950109c03b84be6a1689cd19f8 URL: https://github.com/kamailio/kamailio/commit/04f5f22bf82337950109c03b84be6a1689cd19f8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Victor Seva <[email protected]> Date: 2026-03-03T02:14:52+01:00 github: [skip ci]: bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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/04f5f22bf82337950109c03b84be6a1689cd19f8.diff Patch: https://github.com/kamailio/kamailio/commit/04f5f22bf82337950109c03b84be6a1689cd19f8.patch --- diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 07600ff37c3..d7b0fe9556f 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@v7 + uses: actions/download-artifact@v8 with: pattern: apk-files-and-context-* path: ${{ runner.temp }}/context diff --git a/.github/workflows/rpm.yml b/.github/workflows/rpm.yml index b8bb10a8473..066528585ee 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@v7 + uses: actions/download-artifact@v8 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!
