Skip to content

Commit 5f7ea86

Browse files
authored
Merge pull request #103 from AppDevNext/dependabot/github_actions/actions/upload-artifact-v2.2.1
Update actions/upload-artifact requirement to v2.2.1
2 parents 8b5d951 + 2fd9a8b commit 5f7ea86

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.0
41+
uses: actions/upload-artifact@v2.2.1
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@master
47+
uses: actions/upload-artifact@v2.2.1
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.0
55+
uses: actions/upload-artifact@v2.2.1
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.0
72+
uses: actions/upload-artifact@v2.2.1
7373
if: ${{ always() }}
7474
with:
7575
name: Logcat-Lint-report

0 commit comments

Comments
 (0)