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

fix: upload-artifact breaking change #205

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

keenangraham
Copy link
Contributor

@keenangraham keenangraham commented Dec 10, 2024

Edit: Looks like underlying problem is that upload-artifact pushed silent breaking change: actions/upload-artifact#602

This restores actions/download-artifact in Github workflow to newer version used in #185, but pins it in .projenrc.js so it doesn't revert to old versions when you run npx projen.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@keenangraham keenangraham mentioned this pull request Dec 10, 2024
@keenangraham
Copy link
Contributor Author

Will also try bumping upload artifact.

@keenangraham
Copy link
Contributor Author

keenangraham commented Dec 10, 2024

Seems maybe related to actions/upload-artifact#602. Going to try adding include-hidden-files: true in upload-artifact step.

@keenangraham keenangraham changed the title fix: bump download-artifact fix: upload-artifact breaking change Dec 10, 2024
@keenangraham keenangraham changed the title fix: upload-artifact breaking change fix: upload-artifact Dec 11, 2024
@keenangraham keenangraham changed the title fix: upload-artifact fix: upload-artifact breaking change Dec 11, 2024
@keenangraham
Copy link
Contributor Author

K, looks like both build and package steps are passing now.

@keenangraham
Copy link
Contributor Author

Some fork weirdness where latest build tried to checkout duplicate branch that I had deleted. Trying to bump commit hash so git checkout doesn't get confused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant