From dd51befa036cc39da3e3c036ebaabcc014237084 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 00:49:24 +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 3346be4..d696588 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@v5 + uses: actions/upload-artifact@v6 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@v6 + uses: actions/download-artifact@v7 with: name: junit-test-results-${{ matrix.tag }} - name: Publish Test Report