From 03e15a8c3577f36ea7ed917021f1476df65e196c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 14:01:43 -0600 Subject: [PATCH] Update GitHub Artifact Actions (major) (#3987) 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 f9fb8995e..ad1c936da 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@v4 + uses: actions/upload-artifact@v5 with: name: release path: | diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 34efa029a..013344c7f 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@v4 + uses: actions/upload-artifact@v5 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@v4 + uses: actions/upload-artifact@v5 if: ${{ always() }} with: name: test-reports-${{ matrix.flavor }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0e76de653..727d7666f 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@v5 + - uses: actions/download-artifact@v6 with: name: release path: .