Skip to content

Commit

Permalink
Merge pull request #701 from hbelmiro/update-upload-artifact
Browse files Browse the repository at this point in the history
Bumped actions/upload-artifact to v4
  • Loading branch information
HumairAK committed Sep 17, 2024
2 parents e101b0f + 145f3ca commit 6cf02ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-prs-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Trigger build images for PRs
on:
pull_request:
paths:
- .github/workflows/build-prs-trigger.yaml
- go.mod
- go.sum
- controllers/**
Expand All @@ -28,7 +29,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/
2 changes: 1 addition & 1 deletion .github/workflows/release_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
PR_STATE: ${{ github.event.pull_request.state }}
PR_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
run: ./.github/scripts/release_trigger/upload-data.sh
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: pr
path: pr/

0 comments on commit 6cf02ac

Please sign in to comment.