build(deps): bump actions/upload-artifact from 3 to 4 (#1486)

This commit is contained in:
dependabot[bot] 2025-03-07 17:31:00 -05:00 committed by GitHub
parent 9028407386
commit 9506012736
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -310,7 +310,7 @@ jobs:
- name: "PR - Upload Test Summary" - name: "PR - Upload Test Summary"
id: pr_test_summary_upload id: pr_test_summary_upload
if: github.event_name == 'pull_request_target' if: github.event_name == 'pull_request_target'
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: test-summary name: test-summary
path: test-summary.md path: test-summary.md