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 8a0815e + 503def8 commit 0261235Copy full SHA for 0261235
.github/workflows/gradle-build.yml
@@ -39,7 +39,7 @@ jobs:
39
run: ./gradlew clean test publish shadow dokkaHtml
40
# Now we store the artifact in the action
41
- name: Upload the artifact
42
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
43
with:
44
name: UIsModule
45
path: ./build/libs/UIsModule-${{ env.VERSION }}.jar
0 commit comments