Skip to content

Commit

Permalink
chore: Upgrade actions/upload-artifact to v4 (calcom#18160)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithwillcode authored Dec 13, 2024
1 parent 656a5bf commit 1ab4ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-changes-requested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
printf '{
"pr_number": ${{ github.event.pull_request.number }}
}' >> context.json
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: context.json
path: ./

0 comments on commit 1ab4ec9

Please sign in to comment.