From 43b6f9411ef54392c1263d9fbbdf10b5f5561998 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:35:24 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.4.2 --- .github/workflows/ci.yml | 2 +- .github/workflows/tramline-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8266544..715eca22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: (Fail-only) Upload test report if: failure() - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: Test report path: '**/build/reports/tests/**' diff --git a/.github/workflows/tramline-release.yml b/.github/workflows/tramline-release.yml index 0cfd90bb..c01443cc 100644 --- a/.github/workflows/tramline-release.yml +++ b/.github/workflows/tramline-release.yml @@ -35,7 +35,7 @@ jobs: ORG_GRADLE_PROJECT_VERSION_CODE: ${{ github.event.inputs.versionCode }} - name: Upload app bundle - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: release-aab path: android/build/outputs/bundle/release/android-release.aab