From e8e1bc6be60973d5a060741d702b573ebae5718c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:22:13 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.4.1 --- .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 02010b5f..c8266544 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: Test report path: '**/build/reports/tests/**' diff --git a/.github/workflows/tramline-release.yml b/.github/workflows/tramline-release.yml index c33213fa..0cfd90bb 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: release-aab path: android/build/outputs/bundle/release/android-release.aab