From 882433983304d194050e7da5f4e2c2ef5e834645 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:44:54 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.4.3 --- .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 a69539f..d673620 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: success() || failure() with: name: MegaLinter reports diff --git a/.github/workflows/post-merge.yml b/.github/workflows/post-merge.yml index a114f50..8924d17 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: build-reports path: app/build/reports