aries-framework-go
aries-framework-go copied to clipboard
chore(deps): bump actions/upload-artifact from 2.2.4 to 3.1.0
Bumps actions/upload-artifact from 2.2.4 to 3.1.0.
Release notes
Sourced from actions/upload-artifact's releases.
v3.1.0
What's Changed
- Bump
@actions/artifactto v1.1.0 (actions/upload-artifact#327)
- Adds checksum headers on artifact upload (actions/toolkit#1095) (actions/toolkit#1063)
v3.0.0
What's Changed
Breaking Changes
With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.
v2.3.1
Fix for empty fails on Windows failing on upload #281
v2.3.0 Upload Artifact
- Optimizations for faster uploads of larger files that are already compressed
- Significantly improved logging when there are chunked uploads
- Clarifications in logs around the upload size and prohibited characters that aren't allowed in the artifact name or any uploaded files
- Various other small bugfixes & optimizations
Commits
3cea537Merge pull request #327 from actions/robherley/artifact-1.1.0849aa77nvm use 12 & npm run release4d39869recompile with correct ncc version2e0d362bump@actions/artifactto 1.1.009a5d6aMerge pull request #320 from actions/dependabot/npm_and_yarn/ansi-regex-4.1.1189315dBump ansi-regex from 4.1.0 to 4.1.1d159c2dMerge pull request #297 from actions/dependabot/npm_and_yarn/ajv-6.12.6c26a7baBump ajv from 6.11.0 to 6.12.66ed6c72Merge pull request #303 from actions/dependabot/npm_and_yarn/yargs-parser-13.1.22aeee26Bump yargs-parser from 13.1.1 to 13.1.2- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #3366 (f42b12d) into main (3045fc6) will decrease coverage by
0.00%. The diff coverage isn/a.
@@ Coverage Diff @@
## main #3366 +/- ##
==========================================
- Coverage 87.96% 87.96% -0.01%
==========================================
Files 332 332
Lines 46048 46048
==========================================
- Hits 40507 40506 -1
- Misses 4104 4105 +1
Partials 1437 1437
| Impacted Files | Coverage Δ | |
|---|---|---|
| pkg/client/legacyconnection/client.go | 91.25% <0.00%> (-0.42%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Superseded by #3414.