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 ad6fd1b commit 6e1daa2Copy full SHA for 6e1daa2
.github/workflows/perltest.yml
@@ -32,7 +32,7 @@ jobs:
32
- run: prove -lv t
33
- name: Archive CPAN logs
34
if: ${{ failure() }}
35
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
36
with:
37
name: cpan_log
38
path: $HOME/.cpanm/work/*/build.log
0 commit comments