[ci] Specify if-no-files-found on actions/upload-artifact@v4 (#32679)

Defaults to warn, but since some steps require these artifacts to be
uploaded we specify an error if its not found. Some other steps like
playwright test-results are only uploaded on failure so it's okay to
ignore.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32679).
* #32680
* __->__ #32679
* #32678
This commit is contained in:
lauren
2025-03-19 17:22:40 -04:00
committed by GitHub
parent a8c155cab9
commit d16c26da40
4 changed files with 14 additions and 0 deletions

View File

@@ -170,10 +170,12 @@ jobs:
with:
name: compiled
path: compiled/
if-no-files-found: error
- uses: actions/upload-artifact@v4
with:
name: compiled-rn
path: compiled-rn/
if-no-files-found: error
commit_www_artifacts:
needs: download_artifacts