]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1920623: Use newer versions of actions for dependency caching (#145)
authorDave Miller <justdave@bugzilla.org>
Tue, 24 Sep 2024 03:10:48 +0000 (23:10 -0400)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 03:10:48 +0000 (23:10 -0400)
.github/workflows/release.yml

index 35ef22a20e7e5238961fe315d2ce5a9a0f773842..20159bc046b57d0c850351c61f9b3b5e7cbcb1eb 100644 (file)
@@ -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