aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pull_request.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-08-31 07:07:07 +0530
committerGitHub <noreply@github.com>2024-08-31 01:37:07 +0000
commitd9f7079bdf1ff6a7f244ac133a84c6bf7816dfa4 (patch)
treee2ededf21860622c845261f0fdd692d53c177258 /.github/workflows/pull_request.yml
parenteb4641861e7efcb674428aea5ab3006efdec95d3 (diff)
chore(deps): update actions/upload-artifact action to v4.4.0 (#3193)
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 242065f6..bb2a16e1 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: Test report (unit-tests)
path: app/build/reports
- name: Upload Kotlin build report
if: "${{ always() }}"
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: Build report (lint)
path: build/reports/kotlin-build/