Skip to content

Commit 305039a

Browse files
authored
Auto merge! (merge-pr-in-all)
Update actions/upload-artifact action to v6
2 parents 48d31d7 + c19f0de commit 305039a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Do build
4848
run: ./gradlew build
4949
- name: Upload artifact
50-
uses: actions/upload-artifact@v5
50+
uses: actions/upload-artifact@v6
5151
with:
5252
path: ./build/libs/*
5353
retention-days: 30

0 commit comments

Comments
 (0)