Skip to content

Commit

Permalink
ci: Upgrade actions/upload-artifact and actions/download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 18, 2024
1 parent ba5d046 commit 37ae69c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/review-trigger.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Review-Trigger

on:
on:
pull_request_target:
types:
- opened
Expand All @@ -23,7 +23,7 @@ jobs:
echo "Saving PR number: $PR_NUMBER"
mkdir -p ./pr
echo $PR_NUMBER > ./pr/pr_number
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Save PR number
with:
name: pr_number
Expand Down

0 comments on commit 37ae69c

Please sign in to comment.