浏览代码

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

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

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 1 月之前
父节点
当前提交
818e65f919
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/alpine.yml
  2. 1 1
      .github/workflows/rpm.yml

+ 1 - 1
.github/workflows/alpine.yml

@@ -307,7 +307,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Download artifact images
-      uses: actions/download-artifact@v4
+      uses: actions/download-artifact@v5
       with:
         pattern: apk-files-and-context-*
         path: ${{ runner.temp }}/context

+ 1 - 1
.github/workflows/rpm.yml

@@ -127,7 +127,7 @@ jobs:
     - build
     steps:
     - name: Download artifact images
-      uses: actions/download-artifact@v4
+      uses: actions/download-artifact@v5
       with:
         pattern: kamailio-${{ matrix.os }}-${{ github.ref_name }}-*.rpm
         path: ${{ runner.temp }}/repo