Skip to content

Commit

Permalink
Merge pull request #80 from hbelmiro/fix-build-prs
Browse files Browse the repository at this point in the history
UPSTREAM: <carry>: Downgraded actions/upload-artifact to v3
  • Loading branch information
openshift-merge-bot[bot] authored Sep 25, 2024
2 parents ea7df04 + 3c1c0fc commit 0f96e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-prs-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo ${{ github.event.pull_request.state }} >> ./pr/pr_state
echo ${{ github.event.pull_request.head.sha }} >> ./pr/head_sha
echo ${{ github.event.action }} >> ./pr/event_action
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: pr
path: pr/

0 comments on commit 0f96e42

Please sign in to comment.