Skip to content

Commit c24e145

Browse files
authored
Update build_test.yml
1 parent d5e8ac3 commit c24e145

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build and Test
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
branches: [main]
67

@@ -61,7 +62,7 @@ jobs:
6162
6263
# Archive artifacts to be applied in Publish Reports workflow
6364
- name: Archiving test artifacts
64-
uses: actions/upload-artifact@v2
65+
uses: actions/upload-artifact@v4
6566
with:
6667
name: ${{ matrix.os }}-${{ matrix.java }}-test-reports
6768
path: |

0 commit comments

Comments
 (0)