Skip to content

Commit

Permalink
Merge pull request wtsi-npg#878 from mgcam/github_action_version_update
Browse files Browse the repository at this point in the history
Updated deprecated v2 GitHub action to v3
  • Loading branch information
mgcam authored Sep 12, 2024
2 parents 0fb53d8 + 65cf0df commit c2c8a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -123,7 +123,7 @@ jobs:
- name: "Archive CPAN logs on failure"
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: cpan_log
path: ~/.cpanm/work/*/build.log
Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
LIST OF CHANGES FOR NPG-QC PACKAGE

- GitHub CI - updated deprecated v2 runner action to v3
- Following a release on 07/09/2024, see https://metacpan.org/dist/App-perlbrew/changes
the checksum of the script served by https://install.perlbrew.pl had changed.
https://install.perlbrew.pl is a redirect to raw
Expand Down

0 comments on commit c2c8a25

Please sign in to comment.