From: Dave Miller Date: Tue, 24 Sep 2024 03:10:48 +0000 (-0400) Subject: Bug 1920623: Use newer versions of actions for dependency caching (#145) X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a073f1c75d62b4d04cfec85587ab7e0c5c52f468;p=thirdparty%2Fbugzilla.git Bug 1920623: Use newer versions of actions for dependency caching (#145) --- 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