Skip to content

Commit 6e1daa2

Browse files
committed
Update another action to V3
1 parent ad6fd1b commit 6e1daa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: prove -lv t
3333
- name: Archive CPAN logs
3434
if: ${{ failure() }}
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v3
3636
with:
3737
name: cpan_log
3838
path: $HOME/.cpanm/work/*/build.log

0 commit comments

Comments
 (0)