File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 if [ "$GIT_STATUS" != "" ]; then git push; fi
3939 - name : Archive CPAN logs
4040 if : ${{ failure() }}
41- uses : actions/upload-artifact@v3
41+ uses : actions/upload-artifact@v4
4242 with :
4343 name : cpan_log
4444 path : .cpanm/work/*/build.log
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
3232 - run : prove -lv t
3333 - name : Archive CPAN logs on Windows
3434 if : ${{ failure() }} && runner.os == 'Windows'
35- uses : actions/upload-artifact@v3
35+ uses : actions/upload-artifact@v4
3636 with :
3737 name : cpan_log
3838 path : C:\Users\RUNNER~1\.cpanm\work\*\build.log
3939 - name : Archive CPAN logs on non-Windows
4040 if : ${{ failure() }} && runner.os != 'Windows'
41- uses : actions/upload-artifact@v3
41+ uses : actions/upload-artifact@v4
4242 with :
4343 name : cpan_log
4444 path : $HOME/.cpanm/work/*/build.log
You can’t perform that action at this time.
0 commit comments