We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd93f43 commit a073f1cCopy full SHA for a073f1c
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout the repository
22
uses: actions/checkout@v4
23
- name: Cache CPAN packages
24
- uses: actions/cache@v2
+ uses: actions/cache@v4
25
with:
26
path: |
27
~/.perl-cpm/cache
@@ -57,7 +57,7 @@ jobs:
57
--exclude '*.pod' \
58
-zcvf local-lib.tar.gz local
59
- name: Save dependencies
60
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
61
62
name: ubuntu-20.04-local-lib.tar.gz
63
path: local-lib.tar.gz
0 commit comments