Skip to content

Commit 74ed4a2

Browse files
committed
CI: update actions to v4
Submitted by: Sagar <42873729+SagarCodeCtrl users.noreply.github.com> Github: closes #414 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916133 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2361315 commit 74ed4a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/linux.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -312,29 +312,29 @@ jobs:
312312
liblua5.3-dev libbrotli-dev libcurl4-openssl-dev
313313
libnghttp2-dev libjansson-dev libpcre2-dev gdb
314314
perl-doc ${{ matrix.pkgs }}
315-
- uses: actions/checkout@v3
315+
- uses: actions/checkout@v4
316316
- name: Cache installed libraries
317-
uses: actions/cache@v3
317+
uses: actions/cache@v4
318318
with:
319319
path: ~/root
320320
key: cache-libs-${{ env.JOBID }}
321321
- name: Cache CPAN modules
322-
uses: actions/cache@v3
322+
uses: actions/cache@v4
323323
with:
324324
path: ~/perl5
325325
key: cache-cpan-${{ env.JOBID }}
326326
- name: Configure environment
327327
run: ./test/travis_before_linux.sh
328328
timeout-minutes: 15
329-
- uses: actions/upload-artifact@v3
329+
- uses: actions/upload-artifact@v4
330330
if: failure()
331331
with:
332332
name: config.log-${{ env.JOBID }}
333333
path: |
334334
/home/runner/build/**/config.log
335335
- name: Build and test
336336
run: ./test/travis_run_linux.sh
337-
- uses: actions/upload-artifact@v3
337+
- uses: actions/upload-artifact@v4
338338
if: failure()
339339
with:
340340
name: error_log-${{ env.JOBID }}

0 commit comments

Comments
 (0)