We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e8ac3 commit c24e145Copy full SHA for c24e145
1 file changed
.github/workflows/build_test.yml
@@ -1,6 +1,7 @@
1
name: Build and Test
2
3
on:
4
+ workflow_dispatch:
5
pull_request:
6
branches: [main]
7
@@ -61,7 +62,7 @@ jobs:
61
62
63
# Archive artifacts to be applied in Publish Reports workflow
64
- name: Archiving test artifacts
- uses: actions/upload-artifact@v2
65
+ uses: actions/upload-artifact@v4
66
with:
67
name: ${{ matrix.os }}-${{ matrix.java }}-test-reports
68
path: |
0 commit comments