Skip to content

Commit 2fd9a8b

Browse files
Update actions/upload-artifact requirement to v2.2.1
Updates the requirements on [actions/upload-artifact](https://github.com/actions/upload-artifact) to permit the latest version. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/commits/726a6dcd0199f578459862705eed35cda05af50b) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b5d951 commit 2fd9a8b

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)