From 254d2c90d277e6e6bd98ecb39a6e9c202fdd08b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:06:24 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .github/workflows/Build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 4824b9f..ad1ca60 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -48,7 +48,7 @@ jobs: - name: Upload test reports if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: test-reports path: '**/build/reports/tests' @@ -88,7 +88,7 @@ jobs: - name: Upload test reports if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: test-reports path: '**/build/reports/tests'