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 a5490a9 + 7e632a0 commit 767b2e0Copy full SHA for 767b2e0
.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: FilesModule
45
path: ./build/libs/FilesModule-${{ env.VERSION }}.jar
0 commit comments