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.
2 parents 236c3e2 + eee7f28 commit fc74d76Copy full SHA for fc74d76
.github/workflows/ossrh-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build with Gradle
24
run: ./gradlew build
25
- name: Archive test report
26
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
27
if: failure()
28
with:
29
name: Test report
.github/workflows/tests.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build and run unit and integration tests
32
run: ./gradlew build integrationTest
33
34
35
36
37
0 commit comments