From 2c22b222b9e852877240509c41ba537e3a8b7ae9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:44:23 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .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..ed690e6 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@v6 if: always() with: name: reports