From 1908197acab7de202a33b069fa51c8a2909b702b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:51:10 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ea2b207..857d082 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: - name: Basic Test uses: ./ - name: Upload Reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: always() with: name: Basic Reports @@ -36,7 +36,7 @@ jobs: critical_threshold: 0 blocker_threshold: 0 - name: Upload Reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: always() with: name: Advanced Reports