Skip to content

Commit 010e196

Browse files
chore(deps): update actions/upload-artifact action to v6 (#232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b8567b commit 010e196

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
- name: Build with Gradle
2222
run: ./gradlew build
2323
- name: Upload PistonChat
24-
uses: actions/upload-artifact@v5.0.0
24+
uses: actions/upload-artifact@v6.0.0
2525
with:
2626
name: PistonChat
2727
path: PistonChat/build/libs/*.jar
2828
- name: Upload PistonMute
29-
uses: actions/upload-artifact@v5.0.0
29+
uses: actions/upload-artifact@v6.0.0
3030
with:
3131
name: PistonMute
3232
path: PistonMute/build/libs/*.jar
3333
- name: Upload PistonFilter
34-
uses: actions/upload-artifact@v5.0.0
34+
uses: actions/upload-artifact@v6.0.0
3535
with:
3636
name: PistonFilter
3737
path: PistonFilter/build/libs/*.jar

0 commit comments

Comments
 (0)