We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e287cf + 9378a8e commit 946ce2bCopy full SHA for 946ce2b
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@v3
+ uses: actions/upload-artifact@v4
43
if: failure()
44
with:
45
name: check-results
0 commit comments