Skip to content

Commit 56bdcce

Browse files
Update actions/upload-artifact action to v5
1 parent 3e7d89a commit 56bdcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: ./gradlew clean test shadowJar dokkaHtml publish publishToSonatype closeAndReleaseSonatypeStagingRepository -no-daemon
4242
# Now we store the artifact in the action
4343
- name: Upload the artifact
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: ${{ env.PROJECT_NAME }}
4747
path: ./build/libs/${{ env.PROJECT_NAME }}-${{ env.VERSION }}.jar

0 commit comments

Comments
 (0)