Skip to content

Commit 147dff0

Browse files
Update actions/upload-artifact action to v5
1 parent e4da495 commit 147dff0

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@v4
22+
uses: actions/upload-artifact@v5
2323
with:
2424
name: Build Output
2525
path: "out/*.jar"

0 commit comments

Comments
 (0)