Adjust action to use v4-compatible version of upload/download artifact #124
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.
This release contains the following changes:
Successful test runs can be seen here:
Release checklist:
.github/workflows/pkg.yml
so that instead of referring topkg-rust.yml@vX
it refers topkg-rust.yml@<Git ref of HEAD commit on the TEST branch>
orpkg-rust.yml@<test branch name>
.ploutos-testing
repository from the TEST branch tomain
, let's call this the TEST PR.Packaging
workflow run in the TEST PR passes and behaves as desired.main
branch.Packaging
workflow in the TEST repo against themain
branch passes and behaves as desired. If not, repeat steps 4-9 until the new TEST PR passes and behaves as desired.Packaging
workflow in the TEST repo passes against the newly created release tag passes and behaves as desired. If not, delete the release tag in the TEST repo and repeat steps 4-11 until the new TEST PR passes and behaves as desired.main
branch..github/workflows/pkg.yml
in themain
branch of the TEST repo to refer again to@vX
.Packaging
action in the TEST repo against themain
branch passes and works as desired.