diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a69539f..7890a9a 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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 if: success() || failure() with: name: MegaLinter reports diff --git a/.github/workflows/post-merge.yml b/.github/workflows/post-merge.yml index a114f50..9a96411 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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: build-reports path: app/build/reports