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 5be5e2a commit 3fcb83bCopy full SHA for 3fcb83b
1 file changed
.github/workflows/test-php.yml
@@ -70,7 +70,7 @@ jobs:
70
continue-on-error: ${{ vars.CI_TEST_IGNORE_FAILURE == '1' }}
71
72
- name: Upload coverage report as an artifact
73
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
74
with:
75
name: ${{github.job}}-code-coverage-report-${{ matrix.php-versions }}
76
path: .logs
0 commit comments