diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8742d2a..90008b5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -109,7 +109,7 @@ jobs: cip cache-key - name: Cache CPAN modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.cip key: ${{ runner.os }}-build-${{ steps.cache-key.outputs.key }} diff --git a/alienfile b/alienfile index f84a3f9..f8370e4 100644 --- a/alienfile +++ b/alienfile @@ -21,7 +21,7 @@ share { requires 'Alien::m4' => '0.08'; plugin Download => ( - url => 'https://ftp.gnu.org/gnu/gmp', + url => 'https://ftpmirror.gnu.org/gnu/gmp', filter => qr/^gmp-.*\.tar\.bz2$/, version => qr/([0-9\.]+)/, );