Skip to content

Commit

Permalink
Merge pull request #79 from hbelmiro/bump-actions/upload-artifact
Browse files Browse the repository at this point in the history
UPSTREAM: <carry>: Bumped actions/upload-artifact to v4
  • Loading branch information
openshift-merge-bot[bot] authored Sep 24, 2024
2 parents a8fbbd2 + dfdf8f5 commit 3139121
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@v2
- uses: actions/upload-artifact@v4
with:
name: pr
path: pr/

0 comments on commit 3139121

Please sign in to comment.