Skip to content

Commit 3139121

Browse files
Merge pull request #79 from hbelmiro/bump-actions/upload-artifact
UPSTREAM: <carry>: Bumped actions/upload-artifact to v4
2 parents a8fbbd2 + dfdf8f5 commit 3139121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-prs-trigger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo ${{ github.event.pull_request.state }} >> ./pr/pr_state
2828
echo ${{ github.event.pull_request.head.sha }} >> ./pr/head_sha
2929
echo ${{ github.event.action }} >> ./pr/event_action
30-
- uses: actions/upload-artifact@v2
30+
- uses: actions/upload-artifact@v4
3131
with:
3232
name: pr
3333
path: pr/

0 commit comments

Comments
 (0)