From 5c1ce6d1f354e2958c1ab19ff43c751cfef13190 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:59:25 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.6.2 --- .github/workflows/lint.yml | 2 +- .github/workflows/post-merge.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8da5704..54a4828 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: REPOSITORY_CHECKOV_DISABLE_ERRORS: true - name: Archive production artifacts - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: success() || failure() with: name: MegaLinter reports diff --git a/.github/workflows/post-merge.yml b/.github/workflows/post-merge.yml index a114f50..e82bcbe 100644 --- a/.github/workflows/post-merge.yml +++ b/.github/workflows/post-merge.yml @@ -128,7 +128,7 @@ jobs: fail-on-error: false - name: Upload build outputs (APKs) - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: ${{ inputs.android-archive-app-outputs }} with: name: build-outputs @@ -136,7 +136,7 @@ jobs: - name: Upload build reports if: ${{ inputs.android-archive-app-reports }} - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: build-reports path: app/build/reports