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 b755ddd commit eca5d7aCopy full SHA for eca5d7a
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Unit tests
80
run: ./gradlew test
81
- name: Upload test results
82
- uses: actions/upload-artifact@v3.1.0
+ uses: actions/upload-artifact@v4.4.3
83
if: failure()
84
with:
85
name: testDebugUnitTest
.github/workflows/pr-checks.yml
@@ -81,7 +81,7 @@ jobs:
86
87
0 commit comments