From 04c3779c75cbcc6caa1ded1f500410065dd6f624 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:43:49 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/default.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 87a02a87..052cb739 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -45,13 +45,13 @@ jobs: - name: Upload test results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: "${{ github.workspace }}/**/build/reports/tests" - name: Upload jacoco report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: jacoco-report path: "${{ github.workspace }}/**/build/reports/jacoco" @@ -207,13 +207,13 @@ jobs: - name: Upload failed screenshots if: ${{ failure() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: failedScreenshots path: "${{ github.workspace }}/**/build/failedScreenshots" - name: Upload screenshot tests result - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: screenshots path: "${{ github.workspace }}/**/build/*AndroidTest/"