From 9c490f4ca3dd3e87e7e93d02e5de250500ee0dd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:57:26 +0000 Subject: chore(deps): update actions/upload-artifact action to v4.4.3 (#3256) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pull_request.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github/workflows/pull_request.yml') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 055e9057..48f171cf 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -24,7 +24,7 @@ jobs: - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: Build report (check-codestyle) path: build/reports/kotlin-build/ @@ -41,14 +41,14 @@ jobs: - name: (Fail-only) Upload test report if: "${{ failure() }}" - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: Test report (unit-tests) path: app/build/reports - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: Build report (unit-tests) path: build/reports/kotlin-build/ @@ -65,7 +65,7 @@ jobs: - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: Build report (build-apks) path: build/reports/kotlin-build/ @@ -82,7 +82,7 @@ jobs: - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: Build report (check-api) path: build/reports/kotlin-build/ @@ -99,7 +99,7 @@ jobs: - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: Build report (lint) path: build/reports/kotlin-build/ -- cgit v1.2.3