From 1f0295c93fcade72f032a86a183556cd9f6b014f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 07:32:03 +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 e815dc9a8..ef3348098 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,12 +136,12 @@ jobs: max_attempts: 3 command: make test-functional-js - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: Functional tests (JS) - deprecated log - full path: var/logs/test.deprecations.log - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: Functional tests (JS) - deprecated log - report path: var/logs/test.deprecations_grouped.log