-
Notifications
You must be signed in to change notification settings - Fork 5
chore(deps): update actions/upload-artifact action to v3.1.1 #270
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #270 +/- ##
==========================================
- Coverage 21.01% 20.78% -0.23%
==========================================
Files 19 19
Lines 1318 1318
==========================================
- Hits 277 274 -3
- Misses 1041 1044 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🤠 Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu 🤠 @@ Size breakdown @@
Size 1.31 MB
Text size 1.31 MB
No changes to crate sizes Dependency tree@@ Dependency tree @@
Count: 124
├─ async-trait v0.1.58 (proc-macro)
│ ├─ proc-macro2 v1.0.47
│ │ └─ unicode-ident v1.0.5
│ ├─ quote v1.0.21
│ │ └─ proc-macro2 v1.0.47
│ └─ syn v1.0.103
│ ├─ proc-macro2 v1.0.47
│ ├─ quote v1.0.21
│ └─ unicode-ident v1.0.5
├─ bit-set v0.5.3
│ └─ bit-vec v0.6.3
├─ chrono v0.4.22
│ ├─ iana-time-zone v0.1.53
│ ├─ num-integer v0.1.45
│ │ ├─ num-traits v0.2.15
│ │ │ └─ autocfg v1.1.0
│ │ └─ autocfg v1.1.0
│ └─ num-traits v0.2.15
├─ encodings v0.1.0
├─ extended-primitives v0.3.8
│ ├─ encodings v0.1.0
│ └─ thiserror v1.0.37
│ └─ thiserror-impl v1.0.37 (proc-macro)
│ ├─ proc-macro2 v1.0.47
│ ├─ quote v1.0.21
│ └─ syn v1.0.103
├─ futures v0.3.25
│ ├─ futures-channel v0.3.25
│ │ ├─ futures-core v0.3.25
│ │ └─ futures-sink v0.3.25
│ ├─ futures-core v0.3.25
│ ├─ futures-executor v0.3.25
│ │ ├─ futures-core v0.3.25
│ │ ├─ futures-task v0.3.25
│ │ └─ futures-util v0.3.25
│ │ ├─ futures-channel v0.3.25
│ │ ├─ futures-core v0.3.25
│ │ ├─ futures-io v0.3.25
│ │ ├─ futures-macro v0.3.25 (proc-macro)
│ │ │ ├─ proc-macro2 v1.0.47
│ │ │ ├─ quote v1.0.21
│ │ │ └─ syn v1.0.103
│ │ ├─ futures-sink v0.3.25
│ │ ├─ futures-task v0.3.25
│ │ ├─ memchr v2.5.0
│ │ ├─ pin-project-lite v0.2.9
│ │ ├─ pin-utils v0.1.0
│ │ └─ slab v0.4.7
│ │ └─ autocfg v1.1.0
│ ├─ futures-io v0.3.25
│ ├─ futures-sink v0.3.25
│ ├─ futures-task v0.3.25
│ └─ futures-util v0.3.25
├─ serde v1.0.147
│ └─ serde_derive v1.0.147 (proc-macro)
│ ├─ proc-macro2 v1.0.47
│ ├─ quote v1.0.21
│ └─ syn v1.0.103
├─ serde_json v1.0.87
│ ├─ itoa v1.0.4
│ ├─ ryu v1.0.11
│ └─ serde v1.0.147
├─ signal-hook v0.3.14
│ ├─ libc v0.2.137
│ └─ signal-hook-registry v1.4.0
│ └─ libc v0.2.137
├─ signal-hook-tokio v0.3.1
│ ├─ futures-core v0.3.25
│ ├─ libc v0.2.137
│ ├─ signal-hook v0.3.14
│ └─ tokio v1.21.2
│ ├─ bytes v1.2.1
│ ├─ libc v0.2.137
│ ├─ memchr v2.5.0
│ ├─ mio v0.8.5
│ │ ├─ libc v0.2.137
│ │ └─ log v0.4.17
│ │ └─ cfg-if v1.0.0
│ ├─ num_cpus v1.14.0
│ │ └─ libc v0.2.137
│ ├─ parking_lot v0.12.1
│ │ ├─ lock_api v0.4.9
│ │ │ ├─ scopeguard v1.1.0
│ │ │ └─ autocfg v1.1.0
│ │ └─ parking_lot_core v0.9.4
│ │ ├─ cfg-if v1.0.0
│ │ ├─ libc v0.2.137
│ │ └─ smallvec v1.10.0
│ ├─ pin-project-lite v0.2.9
│ ├─ signal-hook-registry v1.4.0
│ ├─ socket2 v0.4.7
│ │ └─ libc v0.2.137
│ ├─ tokio-macros v1.8.0 (proc-macro)
│ │ ├─ proc-macro2 v1.0.47
│ │ ├─ quote v1.0.21
│ │ └─ syn v1.0.103
│ └─ autocfg v1.1.0
├─ thiserror v1.0.37
├─ tokio v1.21.2
├─ tokio-stream v0.1.11
│ ├─ futures-core v0.3.25
│ ├─ pin-project-lite v0.2.9
│ └─ tokio v1.21.2
├─ tokio-util v0.7.4
│ ├─ bytes v1.2.1
│ ├─ futures-core v0.3.25
│ ├─ futures-sink v0.3.25
│ ├─ pin-project-lite v0.2.9
│ └─ tokio v1.21.2
├─ tracing v0.1.37
│ ├─ cfg-if v1.0.0
│ ├─ pin-project-lite v0.2.9
│ ├─ tracing-attributes v0.1.23 (proc-macro)
│ │ ├─ proc-macro2 v1.0.47
│ │ ├─ quote v1.0.21
│ │ └─ syn v1.0.103
│ └─ tracing-core v0.1.30
│ └─ once_cell v1.16.0
└─ uuid v1.2.1
├─ getrandom v0.2.8
│ ├─ cfg-if v1.0.0
│ └─ libc v0.2.137
└─ serde v1.0.147
Commit: 08e57c4 (Compare with baseline commit) |
bors: r+ |
Build succeeded: |
This PR contains the following updates:
v3.0.0
->v3.1.1
Release Notes
actions/upload-artifact
v3.1.1
Compare Source
set-output
deprecation warning #351v3.1.0
Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.