Skip to content

Commit

Permalink
Merge branch 'main' into rtd-offline-harmony
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave authored Sep 24, 2024
2 parents 0a62eec + a073f1c commit eee4c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Cache CPAN packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.perl-cpm/cache
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
--exclude '*.pod' \
-zcvf local-lib.tar.gz local
- name: Save dependencies
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ubuntu-20.04-local-lib.tar.gz
path: local-lib.tar.gz
Expand Down

0 comments on commit eee4c5a

Please sign in to comment.