-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Update upload-artifact to v4 #122951
Update upload-artifact to v4 #122951
Conversation
This contains a breaking change around artifact merging no longer being done. This was not relied on, so it's fine.
Hmm, it seems to me that @bors r+ rollup=never |
I downloaded the artifact from the last master run and it only contained a single tarball (im the zip, haha). |
Yeah, which looks like the jobs overwrite the files. Which is weird, given that they should be combined. But from the workflow it looks like all/most jobs should upload it (?). |
I looked through some job logs and the ones I checked didn't actually upload it as there weren't any files. |
Maybe it is actually uploaded only by a single job. But in that case we should document that better, it's not at all obvious to me why that happens. |
yeah, it's a bit confusing. |
☀️ Test successful - checks-actions |
Finished benchmarking commit (fa374a8): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 670.312s -> 671.665s (0.20%) |
A job failed! Check out the build log: (web) (plain) Click to see the possible cause of the failure (guessed by this bot)
|
This is unfortunately causing a confusing message on every merged PR due to rust-lang/rust-log-analyzer#81. |
Is the problem with the |
I'm not sure if it's related, the Cargo update workflow started failing a few hours before this PR was merged (https://github.com/rust-lang/rust/actions/workflows/dependencies.yml). |
…=Kobzol Revert `cargo update` changes and bump `download-artifact` to v4 Revert rust-lang#122489 and rust-lang#122698 rust-lang#122951 (comment) The failures + rust-lang/rust-log-analyzer#81 are causing some annoying spam. I don't think this is _that_ important for now and I don't know enough GHA to fix it 😓
Rollup merge of rust-lang#123069 - clubby789:un-often-cargo-update, r=Kobzol Revert `cargo update` changes and bump `download-artifact` to v4 Revert rust-lang#122489 and rust-lang#122698 rust-lang#122951 (comment) The failures + rust-lang/rust-log-analyzer#81 are causing some annoying spam. I don't think this is _that_ important for now and I don't know enough GHA to fix it 😓
This contains a breaking change around artifact merging no longer being done. This was not relied on, so it's fine.