Skip to content

Commit faa354a

Browse files
authored
Merge pull request #147 from AppDevNext/dependabot/github_actions/actions/upload-artifact-v2.2.3
Bump actions/upload-artifact from v2.2.2 to v2.2.3
2 parents 3bcaa5d + 58101e8 commit faa354a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Android-CI-Espresso.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ jobs:
3838
tag: default
3939
abi: x86
4040
- name: Archive Espresso results
41-
uses: actions/upload-artifact@v2.2.2
41+
uses: actions/upload-artifact@v2.2.3
4242
if: ${{ always() }}
4343
with:
4444
name: Logcat-Espresso-report
4545
path: sample/build/reports/androidTests/connected
4646
- name: Save logcat output
47-
uses: actions/upload-artifact@v2.2.2
47+
uses: actions/upload-artifact@v2.2.3
4848
if: failure()
4949
with:
5050
name: Logcat-logcat
5151
path: artifacts/logcat.log
5252
- name: png-find
5353
run: find screenshots -name '*.png'
5454
- name: Archive screenshots
55-
uses: actions/upload-artifact@v2.2.2
55+
uses: actions/upload-artifact@v2.2.3
5656
with:
5757
name: Logcat-Screenshots
5858
path: screenshots/adb
@@ -69,7 +69,7 @@ jobs:
6969
- name: gradle check
7070
run: ./gradlew check
7171
- name: Archive Lint report
72-
uses: actions/upload-artifact@v2.2.2
72+
uses: actions/upload-artifact@v2.2.3
7373
if: ${{ always() }}
7474
with:
7575
name: Logcat-Lint-report

0 commit comments

Comments
 (0)