-
Notifications
You must be signed in to change notification settings - Fork 3
Upgrade GitHub Actions to fix "Error: Cache service responded with 400" build error on the main branch
#12
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
Conversation
"Error: Cache service responded with 400" build error on the main branch"Error: Cache service responded with 400" build error on the main branch
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12 +/- ##
=======================================
Coverage 33.87% 33.87%
=======================================
Files 5 5
Lines 124 124
Branches 14 14
=======================================
Hits 42 42
Misses 77 77
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| - name: Collect Tests Result | ||
| if: ${{ failure() }} | ||
| uses: actions/upload-artifact@v4 | ||
| uses: actions/upload-artifact@v4.6.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest version of upload-artifact is https://github.com/actions/upload-artifact/releases/tag/v4.6.2.
| # Upload the Kover report to CodeCov | ||
| - name: Upload Code Coverage Report | ||
| uses: codecov/codecov-action@v4 | ||
| uses: codecov/codecov-action@v5.5.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest version of codecov action is https://github.com/codecov/codecov-action/releases/tag/v5.5.1. Based on the migration guide, we do not have any breaking changes for this repo: https://github.com/codecov/codecov-action?tab=readme-ov-file#v5-release.
setup-gradle,setup-java,wrapper-validation,codecov-actionandcheckoutto use v5.upload-artifactdoes not have a v5: https://github.com/actions/upload-artifact/releases/tag/v4.6.2