aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pull_request.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-10-08 18:47:53 +0000
committerGitHub <noreply@github.com>2024-10-08 18:47:53 +0000
commitf53e536eed084a13d5e5da0a98bd38050fa667b6 (patch)
treec276d73ff293c05f1c89f9b1076f96858db92732 /.github/workflows/pull_request.yml
parent278eca22656e4f90560b3e71816c88e6308e4018 (diff)
chore(deps): update actions/upload-artifact action to v4.4.2 (#3255)
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 3cc1a6be..055e9057 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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
+ uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
+ uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: Test report (unit-tests)
path: app/build/reports
- name: Upload Kotlin build report
if: "${{ always() }}"
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
+ uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
+ uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
+ uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
+ uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: Build report (lint)
path: build/reports/kotlin-build/