We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e287cf commit 9378a8eCopy full SHA for 9378a8e
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