Skip to content

Commit

Permalink
test(ci): generate perl-crypt-openssl-aes for el7
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Dec 19, 2024
1 parent eccf0a1 commit 4365c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perl-cpan-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
shell: bash

- if: ${{ contains(matrix.build_distribs, matrix.distrib) }}
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@v3 # v4.4.0
with:
name: packages-${{ matrix.package_extension }}-${{ matrix.distrib }}-${{ steps.package-name.outputs.name_with_dash }}
path: ./*.${{ matrix.package_extension }}
Expand All @@ -231,7 +231,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
distrib: [el8, el9]
distrib: [el7]

steps:
- name: Merge Artifacts
Expand Down

0 comments on commit 4365c47

Please sign in to comment.