Skip to content

Commit 5fd7e84

Browse files
committed
Bump upload artifact version
1 parent 3ae6ee2 commit 5fd7e84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
api-level: 29
5656
script: ./gradlew connectedCheck
5757
- name: "Archive Instrumented Tests Results"
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
if: ${{ always() }}
6060
with:
6161
name: "instrumented-tests-results"
@@ -81,7 +81,7 @@ jobs:
8181
working-directory: ${{ inputs.app_relative_path }}
8282
run: ./gradlew test
8383
- name: "Android Unit Tests Report"
84-
uses: actions/upload-artifact@v3
84+
uses: actions/upload-artifact@v4
8585
if: ${{ always() }}
8686
with:
8787
name: "unit-tests-results"
@@ -107,7 +107,7 @@ jobs:
107107
working-directory: ${{ inputs.app_relative_path }}
108108
run: ./gradlew lint
109109
- name: "Archive Lint Test Results"
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4
111111
if: ${{ always() }}
112112
with:
113113
name: "lint-results"
@@ -133,7 +133,7 @@ jobs:
133133
working-directory: ${{ inputs.app_relative_path }}
134134
run: ./gradlew ktlintCheck
135135
- name: "Archive Lint Test Results"
136-
uses: actions/upload-artifact@v3
136+
uses: actions/upload-artifact@v4
137137
if: ${{ always() }}
138138
with:
139139
name: "kotlin-lint-results"

0 commit comments

Comments
 (0)