Skip to content

Commit 3c1c0fc

Browse files
committed
UPSTREAM: <carry>: Downgraded actions/upload-artifact to v3
Signed-off-by: Helber Belmiro <[email protected]>
1 parent ea7df04 commit 3c1c0fc

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@v4
30+
- uses: actions/upload-artifact@v3
3131
with:
3232
name: pr
3333
path: pr/

0 commit comments

Comments
 (0)