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 6d916d0 + 7b20b00 commit 95a66aeCopy full SHA for 95a66ae
.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: NetworkingModule
45
path: ./build/libs/NetworkingModule-${{ env.VERSION }}.jar
0 commit comments