From a073f1c75d62b4d04cfec85587ab7e0c5c52f468 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Mon, 23 Sep 2024 23:10:48 -0400 Subject: [PATCH] Bug 1920623: Use newer versions of actions for dependency caching (#145) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35ef22a20..20159bc04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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