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

fix upload artifact name conflict #1373

Merged
merged 5 commits into from
Jan 18, 2024

Conversation

mukundansundar
Copy link
Collaborator

@mukundansundar mukundansundar commented Jan 16, 2024

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:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Signed-off-by: Mukundan Sundararajan <[email protected]>
@mukundansundar mukundansundar requested review from a team as code owners January 16, 2024 05:34
@@ -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
Copy link
Member

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]>
@mukundansundar
Copy link
Collaborator Author

Fixing perfsprint issues in a separate issue : #1374

@mukundansundar mukundansundar changed the title fix upload test report name fix upload artifact name conflict Jan 16, 2024
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (668bab4) 22.76% compared to head (2afe9da) 22.76%.
Report is 1 commits behind head on master.

Files Patch % Lines
pkg/standalone/stop.go 0.00% 3 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

Signed-off-by: Mukundan Sundararajan <[email protected]>
Signed-off-by: Mukundan Sundararajan <[email protected]>
Copy link
Contributor

@pravinpushkar pravinpushkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mukundansundar mukundansundar merged commit f5eb4fd into dapr:master Jan 18, 2024
28 checks passed
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.

3 participants