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 a66d743 commit 9c2c480Copy full SHA for 9c2c480
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
echo VERSION=$VERSION
39
echo PRE_RELEASE=$PRE_RELEASE
40
- name: Build artifacts
41
- uses: gradle/gradle-build-action@v2.4.2
+ uses: gradle/gradle-build-action@v2.12.0
42
with:
43
arguments: distTar
44
- name: Upload artifacts
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
distribution: temurin
28
java-version: 11
29
- name: Test
30
31
32
arguments: test
33
- uses: codecov/[email protected]
0 commit comments