Skip to content

Commit 9378a8e

Browse files
committed
Upgrade version of actions/upload-artifact v3 -> v4
1 parent 0e287cf commit 9378a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GITHUB_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
4040

4141
- name: Upload artifacts with checks results
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
if: failure()
4444
with:
4545
name: check-results

0 commit comments

Comments
 (0)