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 2bc17e5 commit d3d4487Copy full SHA for d3d4487
.github/workflows/test.yml
@@ -36,11 +36,11 @@ jobs:
36
command: ./mvnw ${{ matrix.goal }}
37
- name: Store test results
38
if: ${{ matrix.goal == 'test' }} && (success() || failure())
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
with:
41
name: test-results
42
path: '**/target/surefire-reports'
43
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
44
if: contains(${{ matrix.goal }}, 'license')
45
46
name: license-report
0 commit comments