Mailing List Archive

svn commit: r1916418 - in /httpd/httpd/branches/2.4.x: ./ .github/workflows/linux.yml
Author: jorton
Date: Tue Mar 19 09:13:22 2024
New Revision: 1916418

URL: http://svn.apache.org/viewvc?rev=1916418&view=rev
Log:
Merge r1916133 from trunk:

CI: update actions to v4

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

Modified:
httpd/httpd/branches/2.4.x/ (props changed)
httpd/httpd/branches/2.4.x/.github/workflows/linux.yml

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
Merged /httpd/httpd/trunk:r1916133

Modified: httpd/httpd/branches/2.4.x/.github/workflows/linux.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/.github/workflows/linux.yml?rev=1916418&r1=1916417&r2=1916418&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/.github/workflows/linux.yml (original)
+++ httpd/httpd/branches/2.4.x/.github/workflows/linux.yml Tue Mar 19 09:13:22 2024
@@ -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 }}