Skip to content

Commit 176e52a

Browse files
chore(deps): Update actions/upload-artifact action to v5
1 parent caaa0ea commit 176e52a

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
@@ -83,7 +83,7 @@ jobs:
8383
ORE_TOKEN: "${{ secrets.ORE_TOKEN }}"
8484
RELEASE_NOTES: "${{ github.event.release.body }}"
8585
- name: "upload artifacts"
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v5
8787
with:
8888
name: artifacts
8989
path: "build/libs/*.jar"

0 commit comments

Comments
 (0)