diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 7ec50acc..2fcd824e 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -37,7 +37,7 @@ jobs: image: perldocker/perl-tester:5.36 steps: - uses: actions/checkout@v4 # codecov wants to be inside a Git repository - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build_dir path: . @@ -52,7 +52,7 @@ jobs: container: image: perldocker/perl-tester:5.34 steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build_dir path: . @@ -94,7 +94,7 @@ jobs: if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }} run: cpanm --notest Test::Deep@1.130 - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build_dir path: . @@ -129,7 +129,7 @@ jobs: - name: pin Test::Deep to 1.130 on Perl < 5.12 if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }} run: cpm install --global Test::Deep@1.130 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build_dir path: . @@ -166,7 +166,7 @@ jobs: - name: pin Test::Deep to 1.130 on Perl < 5.12 if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }} run: cpm install --global Test::Deep@1.130 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build_dir path: .