Skip to content

Commit d9adfb1

Browse files
authoredOct 16, 2024··
Update actions
1 parent 3f8c475 commit d9adfb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
files: "build/libs/*.jar"
3434
prerelease: true
3535
- name: Upload Artifacts
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v4.4.3
3737
with:
3838
name: TrMenu Artifact
39-
path: build/libs/*.jar
39+
path: build/libs/*.jar

0 commit comments

Comments
 (0)
Please sign in to comment.