Skip to content

Commit 7774de0

Browse files
committed
Update upload-artifact action to version 4 in code review workflow
1 parent b6e197a commit 7774de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
# Step 4: Upload the diff file as an artifact (optional)
3838
- name: Upload Diff as Artifact
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: pr-diff
4242
path: changes.diff

0 commit comments

Comments
 (0)