Skip to content

Commit 5024cf1

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 7f5e87f commit 5024cf1

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
@@ -40,7 +40,7 @@ jobs:
4040
run: ./gradlew clean test shadowJar dokkaHtml publish publishToSonatype closeAndReleaseSonatypeStagingRepository -no-daemon
4141
# Now we store the artifact in the action
4242
- name: Upload the artifact
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v5
4444
with:
4545
name: FilesModule
4646
path: ./build/libs/FilesModule-${{ env.VERSION }}.jar

0 commit comments

Comments
 (0)