From 6a22a735d07ba1769656f52c297711ffb6ab51d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:38:11 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index d696588..aad1d5d 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -77,7 +77,7 @@ jobs: # ls build - name: Upload Test Report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() # always run even if the previous step fails with: name: junit-test-results-${{ matrix.tag }} @@ -101,7 +101,7 @@ jobs: steps: - name: Download Test Report - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: junit-test-results-${{ matrix.tag }} - name: Publish Test Report