Skip to content

Commit 016c581

Browse files
committed
Merge r1916133 from trunk:
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
1 parent 8a9f2af commit 016c581

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
@@ -257,29 +257,29 @@ jobs:
257257
liblua5.3-dev libbrotli-dev libcurl4-openssl-dev
258258
libnghttp2-dev libjansson-dev libpcre2-dev gdb
259259
perl-doc ${{ matrix.pkgs }}
260-
- uses: actions/checkout@v3
260+
- uses: actions/checkout@v4
261261
- name: Cache installed libraries
262-
uses: actions/cache@v3
262+
uses: actions/cache@v4
263263
with:
264264
path: ~/root
265265
key: cache-libs-${{ env.JOBID }}
266266
- name: Cache CPAN modules
267-
uses: actions/cache@v3
267+
uses: actions/cache@v4
268268
with:
269269
path: ~/perl5
270270
key: cache-cpan-${{ env.JOBID }}
271271
- name: Configure environment
272272
run: ./test/travis_before_linux.sh
273273
timeout-minutes: 15
274-
- uses: actions/upload-artifact@v3
274+
- uses: actions/upload-artifact@v4
275275
if: failure()
276276
with:
277277
name: config.log-${{ env.JOBID }}
278278
path: |
279279
/home/runner/build/**/config.log
280280
- name: Build and test
281281
run: ./test/travis_run_linux.sh
282-
- uses: actions/upload-artifact@v3
282+
- uses: actions/upload-artifact@v4
283283
if: failure()
284284
with:
285285
name: error_log-${{ env.JOBID }}

0 commit comments

Comments
 (0)