From ac5a019a3831e0ad0c7befcd49a76b6181df301a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 17:17:37 -0600 Subject: [PATCH] Update GitHub Artifact Actions (major) (#4064) Update GitHub Artifact Actions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/bundle.yml | 2 +- .github/workflows/check.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bundle.yml b/.github/workflows/bundle.yml index ad1c936da..8393d7a42 100644 --- a/.github/workflows/bundle.yml +++ b/.github/workflows/bundle.yml @@ -44,7 +44,7 @@ jobs: GOOGLE_KEY: ${{ secrets.GOOGLE_KEY }} run: bundle exec fastlane bundle - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: release path: | diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 013344c7f..57990aac5 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -29,7 +29,7 @@ jobs: run: bundle exec fastlane lint - name: Archive lint reports - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ always() }} with: name: lint-reports @@ -89,7 +89,7 @@ jobs: script: ./gradlew -Pcoverage app:test${{ matrix.flavor }}DebugUnitTest app:connected${{ matrix.flavor }}DebugAndroidTest - name: Upload test reports - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ always() }} with: name: test-reports-${{ matrix.flavor }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 727d7666f..8913b3060 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: bundler-cache: true - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: release path: .