We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be835fa commit 7798a26Copy full SHA for 7798a26
.github/workflows/perltest.yml
@@ -31,7 +31,7 @@ jobs:
31
run: prove -lv t
32
- name: Archive CPAN logs
33
if: ${{ failure() }}
34
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
35
with:
36
name: cpan_log
37
path: .cpanm/work/*/build.log
0 commit comments