diff --git a/.github/workflows/cpan-dzil-test.yml b/.github/workflows/cpan-dzil-test.yml index b98cbff..049b91d 100644 --- a/.github/workflows/cpan-dzil-test.yml +++ b/.github/workflows/cpan-dzil-test.yml @@ -44,14 +44,14 @@ jobs: dzil test - name: Archive CPAN logs on Windows if: ${{ failure() && matrix.os == 'windows-latest' }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 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@v6 + uses: actions/upload-artifact@v7 with: name: cpan_log path: /home/runner/.cpanm/work/*/build.log diff --git a/.github/workflows/cpan-test-new.yml b/.github/workflows/cpan-test-new.yml index 2a033f9..49c0061 100644 --- a/.github/workflows/cpan-test-new.yml +++ b/.github/workflows/cpan-test-new.yml @@ -48,14 +48,14 @@ jobs: run: prove -lv t - name: Archive CPAN logs on Windows if: ${{ failure() && matrix.os == 'windows-latest' }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 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@v6 + uses: actions/upload-artifact@v7 with: name: cpan_log path: /home/runner/.cpanm/work/*/build.log