-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Revert cargo update
changes and bump download-artifact
to v4
#123069
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
could you also take a look at #122951, which may or may not have caused more failures? |
From the error:
It looks like the |
That error is because I replaced 'exit' with 'gh run cancel' to prevent an failed run status. But that command only works inside a checkout which we're not in at this point. This revert fixes that |
https://github.com/rust-lang/rust/actions/runs/8435672859/job/23101668190 It seems like there is another error that perhaps is related to the bump of the |
88df218
to
c2de5af
Compare
cargo update
changescargo update
changes and bump download-artifact
to v4
Added a bump to make |
Ok, let's try reverting for now, and updating the download action, to see if we can get back to a working state. r? @Kobzol |
@bors r+ rollup |
…iaskrgr Rollup of 10 pull requests Successful merges: - rust-lang#122766 (store segment and module in `UnresolvedImportError`) - rust-lang#122996 (simplify_branches: add comment) - rust-lang#123047 (triagebot: Add notification of 2024 issues) - rust-lang#123066 (CFI: (actually) check that methods are object-safe before projecting their receivers to `dyn Trait` in CFI) - rust-lang#123067 (match lowering: consistently merge simple or-patterns) - rust-lang#123069 (Revert `cargo update` changes and bump `download-artifact` to v4) - rust-lang#123070 (Add my former address to .mailmap) - rust-lang#123086 (Fix doc link to BufWriter in std::fs::File documentation) - rust-lang#123090 (Remove `CacheSelector` trait now that we can use GATs) - rust-lang#123091 (Delegation: fix ICE on wrong `self` resolution) r? `@ghost` `@rustbot` modify labels: rollup
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 😓
Revert #122489 and #122698
#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 😓