From e0144a4c5bd449d44198a4933be62b11e27904cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:58:58 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/unit-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 932fa297..dcfa033e 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -48,7 +48,7 @@ jobs: run: ./gradlew test - name: Upload coverage report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: runner.os == 'Linux' with: name: coverage_report @@ -72,7 +72,7 @@ jobs: fetch-depth: 0 - name: Download coverage report - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: coverage_report path: .qodana/code-coverage