adapt download-artifacts action in perl-cpan-libraries

This commit is contained in:
a-eljazouly 2024-02-06 09:11:18 +01:00
parent 17b84c077d
commit a2067bfbef
1 changed files with 2 additions and 2 deletions

View File

@ -410,7 +410,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
sign-rpm:
needs: [package-rpm]
needs: [package-rpm,merge-package-rpm-artifacts]
runs-on: ubuntu-22.04
strategy:
@ -447,7 +447,7 @@ jobs:
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
download-and-cache-deb:
needs: [package-deb]
needs: [package-deb,merge-package-deb-artifacts]
runs-on: ubuntu-22.04
strategy:
matrix: