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.
2 parents ed8471c + 7f5e45b commit 712d15eCopy full SHA for 712d15e
1 file changed
.github/workflows/tests.yml
@@ -276,14 +276,14 @@ jobs:
276
# because we want to see why a test failed.
277
- name: Upload nginx Error Log to Artifact
278
if: failure()
279
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
280
with:
281
name: nginx-error-log-${{ steps.test-group.outputs.value }}-${{ matrix.php-versions }}.log
282
path: /var/log/nginx/error.log
283
284
- name: Upload Test Results to Artifact
285
286
287
288
name: test-results-${{ steps.test-group.outputs.value }}-${{ matrix.php-versions }}
289
path: ${{ env.PLUGIN_DIR }}/tests/_output/
0 commit comments