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 ed30007 commit 9207b4bCopy full SHA for 9207b4b
.github/workflows/build.yml
@@ -37,13 +37,13 @@ jobs:
37
shell: cmd
38
if: matrix.os == 'windows-latest'
39
- name: Upload Failed Test Report
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v5
41
if: failure()
42
with:
43
name: Failed Test Report
44
path: integration/target/surefire-reports
45
- name: Upload Coverage
46
47
if: matrix.os == 'ubuntu-latest'
48
49
name: Coverage Report ${{ matrix.os }}
0 commit comments