From 3442a9416d0de75f4f077f3724e67c7d90a64b2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:34:38 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce43501..257db65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - name: "Upload reports" if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: "${{ runner.os }}-test-reports" retention-days: 7