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.
1 parent 7f5e87f commit 5024cf1Copy full SHA for 5024cf1
.github/workflows/gradle-build.yml
@@ -40,7 +40,7 @@ jobs:
40
run: ./gradlew clean test shadowJar dokkaHtml publish publishToSonatype closeAndReleaseSonatypeStagingRepository -no-daemon
41
# Now we store the artifact in the action
42
- name: Upload the artifact
43
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v5
44
with:
45
name: FilesModule
46
path: ./build/libs/FilesModule-${{ env.VERSION }}.jar
0 commit comments