Skip to content

Commit 8d9108c

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent c4a0d8f commit 8d9108c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)