-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Use actions/download-artifact@v3 instead of master #35953
Conversation
Forward compatibility is not guaranteed on master, but is on any semver major version.
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
1 similar comment
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
Forward compatibility is not guaranteed on master, but is on any semver major version. We got lucky this didn't break last week when #35845 came out.
I'll pick up the upgrade to v4 when #35845 merges.
I did check that we didn't have any other
@master
versions in teleport when I found this:I deemed all of these acceptable, since we're in control of the upstream, and can easily address/rollback breaking changes there.