-
Notifications
You must be signed in to change notification settings - Fork 294
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
Bumped upload-artifact action from v3 to v4 #1827
base: main
Are you sure you want to change the base?
Bumped upload-artifact action from v3 to v4 #1827
Conversation
Signed-off-by: Eric Reinecke <ereinecke@netflix.com>
0d1ab0b
to
a58efc3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1827 +/- ##
==========================================
+ Coverage 84.11% 84.75% +0.63%
==========================================
Files 198 176 -22
Lines 22241 12711 -9530
Branches 4687 1181 -3506
==========================================
- Hits 18709 10773 -7936
+ Misses 2610 1760 -850
+ Partials 922 178 -744
Flags with carried forward coverage won't be shown. Click here to find out more. see 129 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
te upload artifact Signed-off-by: Eric Reinecke <ereinecke@netflix.com>
… deprecated implicit merge behavior available in v3 upload artifact. Updated pypi publish to match new artifact name pattern Signed-off-by: Eric Reinecke <ereinecke@netflix.com>
65d2411
to
c57e115
Compare
Signed-off-by: Eric Reinecke <ereinecke@netflix.com>
…rtifact names Signed-off-by: Eric Reinecke <ereinecke@netflix.com>
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
Supersedes #1740
Bump upload-artifact github action to v4 in line with deprecation.
The V4 update no longer supports implicit merge of matrixed build products into a single uploaded artifact (in v3 all wheel platform/python version variants were implicitly merged into a
wheels
artifact). This update makes a separate artifact for each matrix variant ant then merges them on download when creating a release to push to pypi.