From c71b33a07feaafd4ec39f6c72083d45ba8d1a57c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:02:54 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.3.3 --- .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 cebadff5..3ba9f249 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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: Test report path: '**/build/reports/tests/**' diff --git a/.github/workflows/tramline-release.yml b/.github/workflows/tramline-release.yml index b78c1e77..729309c1 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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: release-aab path: android/build/outputs/bundle/release/android-release.aab