Skip to content

Commit df0735b

Browse files
chore: bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3275e2 commit df0735b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pull-request-app-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
profile: Nexus 6
6363
script: ./gradlew connectedCheck
6464
- name: "Archive Instrumented Tests Results"
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
if: ${{ always() }}
6767
with:
6868
name: "instrumented-tests-results"
@@ -88,7 +88,7 @@ jobs:
8888
working-directory: ${{ inputs.app_relative_path }}
8989
run: ./gradlew test
9090
- name: "Android Unit Tests Report"
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v5
9292
if: ${{ always() }}
9393
with:
9494
name: "unit-tests-results"
@@ -114,7 +114,7 @@ jobs:
114114
working-directory: ${{ inputs.app_relative_path }}
115115
run: ./gradlew lint
116116
- name: "Archive Lint Test Results"
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v5
118118
if: ${{ always() }}
119119
with:
120120
name: "lint-results"
@@ -140,7 +140,7 @@ jobs:
140140
working-directory: ${{ inputs.app_relative_path }}
141141
run: ./gradlew ktlintCheck
142142
- name: "Archive Lint Test Results"
143-
uses: actions/upload-artifact@v4
143+
uses: actions/upload-artifact@v5
144144
if: ${{ always() }}
145145
with:
146146
name: "kotlin-lint-results"

0 commit comments

Comments
 (0)