mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-09 00:32:33 -04: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 changed files with 2 additions and 2 deletions
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…
Reference in a new issue