-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error from actions/upload-artifact
#593
Comments
@t-kalinowski, I probably introduced the problem while fixing a different issue in #560, I can probably have a PR fixing the fix today |
See the commit above reproducing the issue with a minimal change to
The artifact upload fails since rcmdcheck failures prevent the command setting the output (introduced in #560) from being executed. |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue |
Describe the bug
in
r-lib/actions/check-r-package@v2
, on a failed check, theactions/upload-artifact@main
composite step fails with error:To Reproduce
Example
Expected behavior
Successfully uploaded test artifacts
Additional context
I don't know if this is related, but perhaps worth mentioning: the autogenerated names for artifacts are not unique. This is the case for reticulate (and tensorflow and other packages that test across versions of some external dependency).
The text was updated successfully, but these errors were encountered: