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/upload-artifact@v4 in GHA workflow #4

Merged

Conversation

chrisnovakovic
Copy link
Contributor

actions/upload-artifact@v2 is deprecated and workflows aren't able to use it any more. v4 requires uploaded artifacts to have unique names, so ensure each job in the matrix uploads an artifact with a different name.

actions/upload-artifact@v2 is deprecated and workflows aren't able to
use it any more. v4 requires uploaded artifacts to have unique names, so
ensure each job in the matrix uploads an artifact with a different name.
@chrisnovakovic chrisnovakovic merged commit d91860d into please-build:master Oct 25, 2024
6 checks passed
@chrisnovakovic chrisnovakovic deleted the gha-upload-artifact-v4 branch October 25, 2024 11:32
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.

2 participants