Skip to content

Commit 15e1ed6

Browse files
authored
Merge pull request #61 from davorg-cpan/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 3a2bd92 + 3332dbb commit 15e1ed6

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
@@ -36,7 +36,7 @@ jobs:
3636
run: prove -lv t
3737
- name: Archive CPAN logs
3838
if: ${{ failure() }}
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: cpan_log
4242
path: .cpanm/work/*/build.log

0 commit comments

Comments
 (0)