-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bump upload-artifact
to v4
#82
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…loudposse/github-action-atmos-terraform-plan into renovate/major-github-artifact-actions * 'renovate/major-github-artifact-actions' of github.com:cloudposse/github-action-atmos-terraform-plan: Move `atmos-gitops-config.yaml` to `atmos.yaml` (#63) Update cloudposse/github-action-setup-atmos action to v2 (#70) Update infracost/actions action to v3 (#69) Update GitHub Artifact Actions to v4 Artifact upload rollback v3 (#67) Update hashicorp/setup-terraform action to v3 (#44) Update aws-actions/configure-aws-credentials action to v4.0.2 (#59) Update nick-fields/assert-action action to v2 (#60) Update jaxxstorm/action-install-gh-release action to v1.11.0 (#62) Update GitHub Artifact Actions to v4 (#65) Show no changes summary in regular plan mode (#64)
milldr
added
major
Breaking changes (or first stable release)
and removed
bugfix
Change that restores intended behavior
labels
Jul 23, 2024
goruha
approved these changes
Jul 23, 2024
These changes were released in v3.0.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
breaking changes!
Updating
upload-artifact
changes the structure of artifacts!If you are using this action to create artifacts to be used by Atmos Terraform Drift Detection workflows with github-action-atmos-terraform-drift-detection, then you will need to upgrade both actions to use the following major versions:
For more details, please see: cloudposse/github-action-atmos-terraform-drift-detection#1682
what
why
actions/artifact
used to upload or download an artifact must matchthrow new Error(`Unable to find any artifacts for the associated workflow`);
references