diff --git a/.github/workflows/perltest.yml b/.github/workflows/perltest.yml index ccc6b99..e2b342f 100644 --- a/.github/workflows/perltest.yml +++ b/.github/workflows/perltest.yml @@ -33,14 +33,14 @@ jobs: - run: prove -lv t - name: Archive CPAN logs on Windows if: ${{ failure() && matrix.os == 'windows-latest' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cpan_log path: C:\Users\RUNNER~1\.cpanm\work\*\build.log retention-days: 5 - name: Archive CPAN logs on Unix if: ${{ failure() && matrix.os != 'windows-latest' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cpan_log path: .cpanm/work/*/build.log