Skip to content

Commit e06af2f

Browse files
authored
Merge pull request #42 from perldiver-dev/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents a19053c + 1934c74 commit e06af2f

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
@@ -22,7 +22,7 @@ jobs:
2222
- run: prove -lv t
2323
- name: Archive CPAN logs on Unix
2424
if: ${{ failure() && matrix.os == 'ubuntu-latest' }}
25-
uses: actions/upload-artifact@v6
25+
uses: actions/upload-artifact@v7
2626
with:
2727
name: cpan_log
2828
path: /home/runner/.cpanm/work/*/build.log

0 commit comments

Comments
 (0)