We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19c3b5 commit c85c9e9Copy full SHA for c85c9e9
1 file changed
.github/workflows/be_base.yaml
@@ -31,7 +31,7 @@ jobs:
31
--log-junit=coverage/junit.xml
32
# https://infection.github.io/guide/command-line-options.html#coverage
33
- if: always() && (steps.phpunit.outcome == 'success' || steps.phpunit.outcome == 'failure')
34
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
35
with:
36
name: coverage-${{ inputs.runs-on }}
37
path: be/coverage/clover.xml
0 commit comments