We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Upgrade to actions/upload-artifact@v4 and actions/download-artifact@v4 has broken some of the existing workflows using them: https://github.com/fluent/fluent-bit/actions/runs/7247009122/job/19740072781?pr=8296
actions/upload-artifact@v4
actions/download-artifact@v4
We cannot upload to the same artifact name it seems now.
This is breaking a lot of the CI jobs that rely on it so need to downgrade to v3 or resolve in some other fashion.
To Reproduce
{"log":"YOUR LOG MESSAGE HERE","stream":"stdout","time":"2018-06-11T14:37:30.681701731Z"}
Expected behavior
Screenshots
Your Environment
Additional context
The text was updated successfully, but these errors were encountered:
patrick-stephens
Successfully merging a pull request may close this issue.
Bug Report
Describe the bug
Upgrade to
actions/upload-artifact@v4
andactions/download-artifact@v4
has broken some of the existing workflows using them: https://github.com/fluent/fluent-bit/actions/runs/7247009122/job/19740072781?pr=8296We cannot upload to the same artifact name it seems now.
This is breaking a lot of the CI jobs that rely on it so need to downgrade to v3 or resolve in some other fashion.
To Reproduce
Expected behavior
Screenshots
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: