-
Notifications
You must be signed in to change notification settings - Fork 203
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 name conflict #1373
Conversation
Signed-off-by: Mukundan Sundararajan <[email protected]>
@@ -181,5 +181,5 @@ jobs: | |||
if: always() | |||
uses: actions/upload-artifact@master | |||
with: | |||
name: ${{ matrix.target_os }}_${{ matrix.target_arch }}_e2e_standalone.json | |||
name: ${{ matrix.target_os }}_${{ matrix.target_arch }}_{{dapr_install_mode}}_e2e_standalone.json |
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.
matrix.
is not required?
Signed-off-by: Mukundan Sundararajan <[email protected]>
Fixing perfsprint issues in a separate issue : #1374 |
Signed-off-by: Mukundan Sundararajan <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1373 +/- ##
=======================================
Coverage 22.76% 22.76%
=======================================
Files 40 40
Lines 4713 4713
=======================================
Hits 1073 1073
Misses 3562 3562
Partials 78 78 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Mukundan Sundararajan <[email protected]>
Signed-off-by: Mukundan Sundararajan <[email protected]>
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.
lgtm
Description
Fixed upload artifacts version.
fix upload artifact name conflict with the migration guide https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: