]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1916133 from trunk:
authorJoe Orton <jorton@apache.org>
Tue, 19 Mar 2024 09:13:22 +0000 (09:13 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 19 Mar 2024 09:13:22 +0000 (09:13 +0000)
CI: update actions to v4

Submitted by: Sagar <42873729+SagarCodeCtrl users.noreply.github.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1916418 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index 6c6f15a68326e5f07c942ba83661d1da549cb9e2..ddacd4af1938c09f202db5a75d966a666773d086 100644 (file)
@@ -257,21 +257,21 @@ jobs:
                     liblua5.3-dev libbrotli-dev libcurl4-openssl-dev     
                     libnghttp2-dev libjansson-dev libpcre2-dev gdb
                     perl-doc ${{ matrix.pkgs }}
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - name: Cache installed libraries
-      uses: actions/cache@v3
+      uses: actions/cache@v4
       with:
         path: ~/root
         key: cache-libs-${{ env.JOBID }}
     - name: Cache CPAN modules
-      uses: actions/cache@v3
+      uses: actions/cache@v4
       with:
         path: ~/perl5
         key: cache-cpan-${{ env.JOBID }}
     - name: Configure environment
       run: ./test/travis_before_linux.sh
       timeout-minutes: 15
-    - uses: actions/upload-artifact@v3
+    - uses: actions/upload-artifact@v4
       if: failure()
       with:
         name: config.log-${{ env.JOBID }}
@@ -279,7 +279,7 @@ jobs:
           /home/runner/build/**/config.log
     - name: Build and test
       run: ./test/travis_run_linux.sh
-    - uses: actions/upload-artifact@v3
+    - uses: actions/upload-artifact@v4
       if: failure()
       with:
         name: error_log-${{ env.JOBID }}