diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b39c1aa..e5b99d3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -48,7 +48,7 @@ jobs: # error: Fail the action with an error message # ignore: Do not output any warnings or errors, the action does not fail # Optional. Default is 'warn' - if-no-files-found: warn "Unable to find artifact." + if-no-files-found: warn # Duration after which artifact will expire in days. 0 means using default retention. # Minimum 1 day. @@ -106,7 +106,7 @@ jobs: # error: Fail the action with an error message # ignore: Do not output any warnings or errors, the action does not fail # Optional. Default is 'warn' - if-no-files-found: warn "Unable to find artifact." + if-no-files-found: warn # Duration after which artifact will expire in days. 0 means using default retention. # Minimum 1 day.