Skip to content

Commit

Permalink
Merge pull request #7 from davorg-cpan/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
davorg committed Dec 18, 2023
2 parents d69ab43 + f8d526f commit 208e42d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
- run: prove -lv t
- name: Archive CPAN logs on Windows
if: ${{ failure() && matrix.os == 'windows-latest' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cpan_log
path: C:\Users\RUNNER~1\.cpanm\work\*\build.log
retention-days: 5
- name: Archive CPAN logs on Unix
if: ${{ failure() && matrix.os != 'windows-latest' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cpan_log
path: .cpanm/work/*/build.log
Expand Down

0 comments on commit 208e42d

Please sign in to comment.