mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-02 03:30:59 +02:00
ci: modernize actions/upload-artifact@v4
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4.
This commit is contained in:
parent
bf6644634e
commit
29d56a8e1b
2
.github/workflows/quic-interop-aws-lc.yml
vendored
2
.github/workflows/quic-interop-aws-lc.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
|
||||
- name: Logs upload
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: logs
|
||||
path: quic-interop-runner/logs*/
|
||||
|
||||
2
.github/workflows/quic-interop-libressl.yml
vendored
2
.github/workflows/quic-interop-libressl.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
|
||||
- name: Logs upload
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: logs
|
||||
path: quic-interop-runner/logs*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user