Skip to content

Commit 9fcf663

Browse files
Update actions/upload-artifact action to v4
1 parent 5442b63 commit 9fcf663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/instrumentedTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
script: ./gradlew connectedDebugAndroidTest --stacktrace --scan
4242

4343
- name: Upload test reports
44-
uses: actions/upload-artifact@v2
44+
uses: actions/upload-artifact@v4
4545
if: ${{ always() }}
4646
with:
4747
name: reports

0 commit comments

Comments
 (0)