Skip to content
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

feat: bump actions/{download,upload}-artifact #1947

Merged

Conversation

samypr100
Copy link
Collaborator

@samypr100 samypr100 commented Feb 24, 2024

Summary

Closes #1943

Makes sure build-binaries and publish-pypi workflows are compatible with actions/{download,upload}-artifact@v4. In nature, this PR is very similar to the changes in astral-sh/ruff#10105. This PR also updates cargo-dist.

Test Plan

I ran a small non-dry-run smoke test on my own fork CI with only linux builds (for speed) and those jobs seem to work at a glance.

@samypr100 samypr100 marked this pull request as ready for review February 24, 2024 03:34
@zanieb zanieb added the internal A refactor or improvement that is not user-facing label Feb 24, 2024
@samypr100
Copy link
Collaborator Author

samypr100 commented Feb 24, 2024

curl: (28) Failed to connect to github.com port 443 after 130461 ms: Connection timed out

Github seems to be having a bad day, and I can't re-run the 1 that failed due to Github hiccups 😅

Can someone with permissions re-run Build binaries / linux-arm? 🙏

@charliermarsh
Copy link
Member

Awesome, thank you!

@charliermarsh
Copy link
Member

I know @MichaReiser wanted some input on astral-sh/ruff#10105 so I'm gonna wait until that gets merged, then merge this one to follow.

@samypr100
Copy link
Collaborator Author

Sounds good, wanted to make sure releases could continue since I think they're blocked due to the earlier cargo dist update in 5a50a75 and this PR fixes that. Although we can unblock releases by reverting that commit too.

@charliermarsh
Copy link
Member

Ooh thank you, I didn't realize that!

@charliermarsh charliermarsh merged commit df812a1 into astral-sh:main Feb 26, 2024
23 checks passed
@samypr100 samypr100 deleted the upgrade-upload-download-actions branch February 26, 2024 01:29
@konstin
Copy link
Member

konstin commented Feb 26, 2024

Sorry, i also missed that cargo-dist change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal A refactor or improvement that is not user-facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to actions/*-artifact@v4
4 participants