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

Use actions/download-artifact@v3 instead of master #35953

Merged
merged 1 commit into from
Dec 26, 2023

Conversation

wadells
Copy link
Contributor

@wadells wadells commented Dec 20, 2023

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:

walt@vm:~/git/teleport/.github$ rg '@(master|main)'
workflows/terraform-lint.yaml
18:    uses: gravitational/shared-workflows/.github/workflows/terraform-lint.yaml@main

workflows/post-release.yaml
49:    uses: gravitational/teleport/.github/workflows/update-ami-ids.yaml@master

workflows/dependency-review.yaml
9:    uses: gravitational/shared-workflows/.github/workflows/dependency-review.yaml@main

workflows/trivy.yaml
9:    uses: gravitational/shared-workflows/.github/workflows/trivy.yaml@main

I deemed all of these acceptable, since we're in control of the upstream, and can easily address/rollback breaking changes there.

Forward compatibility is not guaranteed on master, but is on any semver
major version.
@wadells wadells changed the title Use v2 instead of master for actions/download-artifact Use actions/download-artifact@v2 instead of master Dec 20, 2023
Copy link

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 changelog: followed by the changelog entries for the PR.

1 similar comment
Copy link

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 changelog: followed by the changelog entries for the PR.

@wadells wadells changed the title Use actions/download-artifact@v2 instead of master Use actions/download-artifact@v3 instead of master Dec 20, 2023
Copy link

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 changelog: followed by the changelog entries for the PR.

@wadells wadells added the no-changelog Indicates that a PR does not require a changelog entry label Dec 20, 2023
@wadells wadells added this pull request to the merge queue Dec 26, 2023
Merged via the queue into master with commit 4910eff Dec 26, 2023
36 of 40 checks passed
@wadells wadells deleted the walt/semver-download branch December 26, 2023 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants