File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
4444 dzil test
4545 - name : Archive CPAN logs on Windows
4646 if : ${{ failure() && matrix.os == 'windows-latest' }}
47- uses : actions/upload-artifact@v5
47+ uses : actions/upload-artifact@v6
4848 with :
4949 name : cpan_log
5050 path : C:\Users\RUNNER~1\.cpanm\work\*\build.log
5151 retention-days : 5
5252 - name : Archive CPAN logs on Unix
5353 if : ${{ failure() && matrix.os != 'windows-latest' }}
54- uses : actions/upload-artifact@v5
54+ uses : actions/upload-artifact@v6
5555 with :
5656 name : cpan_log
5757 path : /home/runner/.cpanm/work/*/build.log
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
4848 run : prove -lv t
4949 - name : Archive CPAN logs on Windows
5050 if : ${{ failure() && matrix.os == 'windows-latest' }}
51- uses : actions/upload-artifact@v5
51+ uses : actions/upload-artifact@v6
5252 with :
5353 name : cpan_log
5454 path : C:\Users\RUNNER~1\.cpanm\work\*\build.log
5555 retention-days : 5
5656 - name : Archive CPAN logs on Unix
5757 if : ${{ failure() && matrix.os != 'windows-latest' }}
58- uses : actions/upload-artifact@v5
58+ uses : actions/upload-artifact@v6
5959 with :
6060 name : cpan_log
6161 path : /home/runner/.cpanm/work/*/build.log
You can’t perform that action at this time.
0 commit comments