Skip to content

Commit 8aad30f

Browse files
committed
chore(ci): update upload-artifact action
2 parents 28e5c30 + 8d9108c commit 8aad30f

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build
2020
run: ./gradlew build
2121
- name: Upload Build Artifacts
22-
uses: actions/upload-artifact@v5
22+
uses: actions/upload-artifact@v6
2323
with:
2424
name: Build Output
2525
path: "out/*.jar"

0 commit comments

Comments
 (0)