We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892fb4a commit d112bdaCopy full SHA for d112bda
.github/workflows/pull_request.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: (Fail-only) Upload the build report
60
if: failure()
61
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
62
with:
63
name: error-report
64
path: build-reports.zip
@@ -95,7 +95,7 @@ jobs:
95
run: ./gradlew testReleaseUnitTest
96
97
- name: Upload Test Results
98
99
100
101
name: Test Results
@@ -133,7 +133,7 @@ jobs:
133
run: ./gradlew assembleRelease
134
135
- name: Upload Sample Artifacts
136
137
if: ${{ github.base_ref }} == 'master'
138
139
name: artifact
0 commit comments