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