Skip to content

Commit

Permalink
ci: Upgrade actions/upload-artifact and actions/download-artifact to …
Browse files Browse the repository at this point in the history
…v4 (#136)

Artifact actions v3 will be deprecated by December 5, 2024, updating
them.

cc paritytech/ci_cd#1078
  • Loading branch information
alvicsam authored Nov 18, 2024
1 parent ba5d046 commit 441acc7
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 441acc7

Please sign in to comment.