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 ffeade8 + 0a1ea21 commit 5594262Copy full SHA for 5594262
1 file changed
.github/workflows/run-tests.yml
@@ -112,7 +112,7 @@ jobs:
112
echo "ARTIFACT_NAME=coverage-${{ matrix.php }}-${LARAVEL_SAFE}-${FILAMENT_SAFE}" >> $GITHUB_ENV
113
114
- name: Upload coverage artifact
115
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
116
with:
117
name: ${{ env.ARTIFACT_NAME }}
118
path: build/logs/clover.xml
0 commit comments