From 7b10eee986a991eb3dbd1e11611a62286100067d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 19:24:53 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.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 03923d44..20c6a5ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: (Fail-only) Upload test report if: failure() - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: Test report path: '**/build/reports/tests/**' diff --git a/.github/workflows/tramline-release.yml b/.github/workflows/tramline-release.yml index 313bba58..827a1ebe 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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: release-aab path: android/build/outputs/bundle/release/android-release.aab