Skip to content

Commit 16c187b

Browse files
Bump actions/upload-artifact from 5 to 6 (#4)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89a5942 commit 16c187b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build with Gradle
2323
run: ./gradlew buildAndCollect
2424
- name: Upload artifact
25-
uses: actions/upload-artifact@v5
25+
uses: actions/upload-artifact@v6
2626
with:
2727
name: "Topper"
2828
path: "build/libs/*/topper*.jar"

0 commit comments

Comments
 (0)