feat(actions): centrally-pinned upload/download-artifact wrappers - #39
Merged
Conversation
tax-calculator uses actions/upload-artifact and actions/download-artifact raw, the last common actions the hub did not centralize. Wrap both so the SHA lives in one place and consumers track it via @main. - add upload-artifact (v7.0.1) and download-artifact (v8.0.1) composites, re-exporting the upstream outputs (artifact-id/url/digest, download-path) - add docs/actions docs for both and list them in the README table
This file contains hidden or 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
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.
What
tax-calculatorusesactions/upload-artifact@v4andactions/download-artifact@v4directly - the last common actions the hub did not yet centralize. This wraps both, following the existing wrapper pattern, so their SHA lives in one place and every repo tracks it via@main.Changes
.github/actions/upload-artifact->actions/upload-artifactv7.0.1 (outputs:artifact-id,artifact-url,artifact-digest).github/actions/download-artifact->actions/download-artifactv8.0.1 (output:download-path)docs/actions/for both, plus README table entries.Notes
telegram-notifycomposite action is in use bytax-calculator, so it stays.tax-calculatorat these wrappers) is not in this PR.Verification
actionlintpasses clean; bothaction.ymlparse as valid YAML; all doc links resolve.