From 95a7c44ac2c56573f8d0d525dccf4e6cd2e4fdcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:50:43 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7437741..4d28e7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: - name: Publish artifact Test Report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: reports