Skip to content

Commit e729ba0

Browse files
authored
Merge pull request #19 from PerlToolsTeam/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 5543ea8 + 224ef71 commit e729ba0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cpan-dzil-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
dzil test
4545
- name: Archive CPAN logs on Windows
4646
if: ${{ failure() && matrix.os == 'windows-latest' }}
47-
uses: actions/upload-artifact@v5
47+
uses: actions/upload-artifact@v6
4848
with:
4949
name: cpan_log
5050
path: C:\Users\RUNNER~1\.cpanm\work\*\build.log
5151
retention-days: 5
5252
- name: Archive CPAN logs on Unix
5353
if: ${{ failure() && matrix.os != 'windows-latest' }}
54-
uses: actions/upload-artifact@v5
54+
uses: actions/upload-artifact@v6
5555
with:
5656
name: cpan_log
5757
path: /home/runner/.cpanm/work/*/build.log

.github/workflows/cpan-test-new.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
run: prove -lv t
4949
- name: Archive CPAN logs on Windows
5050
if: ${{ failure() && matrix.os == 'windows-latest' }}
51-
uses: actions/upload-artifact@v5
51+
uses: actions/upload-artifact@v6
5252
with:
5353
name: cpan_log
5454
path: C:\Users\RUNNER~1\.cpanm\work\*\build.log
5555
retention-days: 5
5656
- name: Archive CPAN logs on Unix
5757
if: ${{ failure() && matrix.os != 'windows-latest' }}
58-
uses: actions/upload-artifact@v5
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: cpan_log
6161
path: /home/runner/.cpanm/work/*/build.log

0 commit comments

Comments
 (0)