-
Notifications
You must be signed in to change notification settings - Fork 81
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: Update github actions versions #1504
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #1504 +/- ##
================================================
+ Coverage 81.44% 92.94% +11.50%
================================================
Files 96 107 +11
Lines 5190 5558 +368
================================================
+ Hits 4227 5166 +939
+ Misses 963 392 -571 |
@franciszekjob Kindly review. |
@franciszekjob any update on this? |
@franciszekjob Updated, Kindly review. |
@franciszekjob any update on this? |
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.
Almost good to go, please:
- Remove formatting-related changes
- Remove string literal changes, e.g. there's no need to change
'pip'
to"pip"
uses: codecov/codecov-action@v4 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} |
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.
Is this token needed here? I assume that v3 did not require it and v4 does?
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.
Yes V4 does, previously it was not needed for public repos in V3, but for v4 it is needed for both public and private repos @franciszekjob
@raizo07 just reviewed 👍 |
@franciszekjob Kindly review |
@raizo07 you didn't apply changes I mentioned in previous comment |
Hi @raizo07, I'm sorry but I need to close this PR as you didn't apply changes I requested. |
Closes 1320
Introduced changes
Update github actions versions
This PR contains breaking changes
Tests on networks (testnet)