Module: kamailio
Branch: master
Commit: 59d3edd5cf47224754a4751afc3be12a88da2e5e
URL: 
https://github.com/kamailio/kamailio/commit/59d3edd5cf47224754a4751afc3be12a88da2e5e

Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Committer: Henning Westerholt <[email protected]>
Date: 2025-11-24T09:26:37+01:00

github: [skip ci]: bump actions/upload-artifact from 4 to 5

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  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/59d3edd5cf47224754a4751afc3be12a88da2e5e.diff
Patch: 
https://github.com/kamailio/kamailio/commit/59d3edd5cf47224754a4751afc3be12a88da2e5e.patch

---

diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml
index 5c6efd1bbc6..6f98801b0cd 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@v4
+      uses: actions/upload-artifact@v5
       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 3ee2f6ef37f..4d3fcd89a17 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@v4
+      uses: actions/upload-artifact@v5
       if: failure() && steps.build.outcome == 'success'
       with:
         name: artifacts
diff --git a/.github/workflows/rpm.yml b/.github/workflows/rpm.yml
index 029b802af3b..17800cd0570 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@v4
+      uses: actions/upload-artifact@v5
       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!

Reply via email to