We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8567b commit 010e196Copy full SHA for 010e196
.github/workflows/build.yml
@@ -21,17 +21,17 @@ jobs:
21
- name: Build with Gradle
22
run: ./gradlew build
23
- name: Upload PistonChat
24
- uses: actions/upload-artifact@v5.0.0
+ uses: actions/upload-artifact@v6.0.0
25
with:
26
name: PistonChat
27
path: PistonChat/build/libs/*.jar
28
- name: Upload PistonMute
29
30
31
name: PistonMute
32
path: PistonMute/build/libs/*.jar
33
- name: Upload PistonFilter
34
35
36
name: PistonFilter
37
path: PistonFilter/build/libs/*.jar
0 commit comments