Skip to content

Commit 0d72830

Browse files
committed
Update build workflow
1 parent 4bd998f commit 0d72830

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
@@ -34,15 +34,15 @@ jobs:
3434
with:
3535
reports: |
3636
**/build/reports/checkstyle/*.xml
37-
- uses: actions/upload-artifact@v3
37+
- uses: actions/upload-artifact@v4
3838
with:
3939
name: Artifacts
4040
path: build/libs/
41-
- uses: actions/upload-artifact@v3
41+
- uses: actions/upload-artifact@v4
4242
with:
4343
name: Artifacts
4444
path: ./*/build/libs/
45-
- uses: actions/upload-artifact@v3
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: Maven Local
4848
path: ~/.m2/repository

0 commit comments

Comments
 (0)