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 8c8097c + d05a3c7 commit f4b14d3Copy full SHA for f4b14d3
1 file changed
.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: DependencyDownloaderModule
45
path: ./build/libs/DependencyDownloaderModule-${{ env.VERSION }}.jar
0 commit comments