We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7a86b commit fa40118Copy full SHA for fa40118
1 file changed
.github/workflows/pull-request.yml
@@ -39,7 +39,7 @@ jobs:
39
GITHUB_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
40
41
- name: Upload artifacts with checks results
42
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
43
if: failure()
44
with:
45
name: check-results
0 commit comments