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