Skip to content

Commit 0f96e42

Browse files
Merge pull request #80 from hbelmiro/fix-build-prs
UPSTREAM: <carry>: Downgraded actions/upload-artifact to v3
2 parents ea7df04 + 3c1c0fc commit 0f96e42

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)