From ac63afd17bf9b563515ee4231580225056bec894 Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Thu, 19 Dec 2024 11:57:51 +0100 Subject: [PATCH] test(ci): generate perl-crypt-openssl-aes for el7 --- .github/workflows/perl-cpan-libraries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/perl-cpan-libraries.yml b/.github/workflows/perl-cpan-libraries.yml index 383cc667d4..0c21ab1254 100644 --- a/.github/workflows/perl-cpan-libraries.yml +++ b/.github/workflows/perl-cpan-libraries.yml @@ -67,7 +67,7 @@ jobs: export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" nvm install 16 - - uses: actions/upload-artifact@v3.0.0 + - uses: actions/cache@v3 with: name: test path: ./src