Skip to content

Commit

Permalink
downgrade upload-artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
  • Loading branch information
HumairAK committed Sep 30, 2024
1 parent 1a163b1 commit a0866e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-prs-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,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@v4
- uses: actions/upload-artifact@v3
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@v4
- uses: actions/upload-artifact@v3
with:
name: pr
path: pr/

0 comments on commit a0866e5

Please sign in to comment.