aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pull_request.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-19 12:24:32 +0530
committerGitHub <noreply@github.com>2024-01-19 06:54:32 +0000
commit24ec29e9e28d485387bdd046935cef9235dd5c6d (patch)
tree59564faa7882019e39a17654dca9e3b2fd3c5d0f /.github/workflows/pull_request.yml
parenta33349867e7128db1ffee4e97a1465124390fe43 (diff)
chore(deps): update actions/upload-artifact action to v4.2.0 (#2864)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r--.github/workflows/pull_request.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 393b7767..ace43e23 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -37,7 +37,7 @@ jobs:
- name: Upload Kotlin build report
if: "${{ always() }}"
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
+ uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: Build report (check-codestyle)
path: build/reports/kotlin-build/
@@ -67,14 +67,14 @@ jobs:
- name: (Fail-only) Upload test report
if: "${{ failure() }}"
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
+ uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: Test report (unit-tests)
path: app/build/reports
- name: Upload Kotlin build report
if: "${{ always() }}"
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
+ uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: Build report (unit-tests)
path: build/reports/kotlin-build/
@@ -104,7 +104,7 @@ jobs:
- name: Upload Kotlin build report
if: "${{ always() }}"
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
+ uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: Build report (build-apks)
path: build/reports/kotlin-build/
@@ -134,7 +134,7 @@ jobs:
- name: Upload Kotlin build report
if: "${{ always() }}"
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
+ uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: Build report (check-api)
path: build/reports/kotlin-build/
@@ -164,7 +164,7 @@ jobs:
- name: Upload Kotlin build report
if: "${{ always() }}"
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
+ uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: Build report (lint)
path: build/reports/kotlin-build/