From 04c2c7f8ba74f446acb6d62b696216297fa279fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:52:40 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1385b9f24..296e5fa99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,12 +98,12 @@ jobs: - name: Tests - Functional run: make test-functional - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: Functional tests - deprecated log - full path: var/logs/test.deprecations.log - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: Functional tests - deprecated log - report path: var/logs/test.deprecations_grouped.log