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 3fe952a + 1cc4784 commit 6a0c080Copy full SHA for 6a0c080
.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: LoggingModule
45
path: ./build/libs/LoggingModule-${{ env.VERSION }}.jar
0 commit comments