Skip to content

Commit

Permalink
Merge pull request wtsi-npg#239 from wtsi-npg/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
jmtcsngr authored Oct 1, 2024
2 parents 93c049e + 8e070ec commit 4552b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: "Archive CPAN logs on failure"
if: ${{ failure() }}
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 4552b03

Please sign in to comment.