Skip to content

Commit a073f1c

Browse files
authored
Bug 1920623: Use newer versions of actions for dependency caching (#145)
1 parent fd93f43 commit a073f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout the repository
2222
uses: actions/checkout@v4
2323
- name: Cache CPAN packages
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: |
2727
~/.perl-cpm/cache
@@ -57,7 +57,7 @@ jobs:
5757
--exclude '*.pod' \
5858
-zcvf local-lib.tar.gz local
5959
- name: Save dependencies
60-
uses: actions/upload-artifact@v2
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: ubuntu-20.04-local-lib.tar.gz
6363
path: local-lib.tar.gz

0 commit comments

Comments
 (0)