fireblade-engine / ecs

A dependency free, lightweight, fast Entity-Component System (ECS) implementation in Swift
MIT License
110 stars 11 forks source link

Update actions/upload-artifact action to v3 #53

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action major v2.2.3 -> v3.1.2

Release Notes

actions/upload-artifact ### [`v3.1.2`](https://togithub.com/actions/upload-artifact/releases/tag/v3.1.2) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v3.1.1...v3.1.2) - Update all `@actions/*` NPM packages to their latest versions- [#​374](https://togithub.com/actions/upload-artifact/issues/374) - Update all dev dependencies to their most recent versions - [#​375](https://togithub.com/actions/upload-artifact/issues/375) ### [`v3.1.1`](https://togithub.com/actions/upload-artifact/releases/tag/v3.1.1) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v3.1.0...v3.1.1) - Update actions/core package to latest version to remove `set-output` deprecation warning [#​351](https://togithub.com/actions/upload-artifact/issues/351) ### [`v3.1.0`](https://togithub.com/actions/upload-artifact/releases/tag/v3.1.0) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v3.0.0...v3.1.0) #### What's Changed - Bump [@​actions/artifact](https://togithub.com/actions/artifact) to v1.1.0 ([https://github.com/actions/upload-artifact/pull/327](https://togithub.com/actions/upload-artifact/pull/327)) - Adds checksum headers on artifact upload ([https://github.com/actions/toolkit/pull/1095](https://togithub.com/actions/toolkit/pull/1095)) ([https://github.com/actions/toolkit/pull/1063](https://togithub.com/actions/toolkit/pull/1063)) ### [`v3.0.0`](https://togithub.com/actions/upload-artifact/releases/tag/v3.0.0) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v2.3.1...v3.0.0) #### What's Changed - Update default runtime to node16 ([#​293](https://togithub.com/actions/upload-artifact/issues/293)) - Update package-lock.json file version to 2 ([#​302](https://togithub.com/actions/upload-artifact/issues/302)) ##### Breaking Changes With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12. ### [`v2.3.1`](https://togithub.com/actions/upload-artifact/releases/tag/v2.3.1) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v2.3.0...v2.3.1) Fix for empty fails on Windows failing on upload [#​281](https://togithub.com/actions/upload-artifact/issues/281) ### [`v2.3.0`](https://togithub.com/actions/upload-artifact/releases/tag/v2.3.0): Upload Artifact [Compare Source](https://togithub.com/actions/upload-artifact/compare/v2.2.4...v2.3.0) - 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 ### [`v2.2.4`](https://togithub.com/actions/upload-artifact/releases/tag/v2.2.4) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v2.2.3...v2.2.4) - Retry on HTTP 500 responses from the service

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» 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.

codecov[bot] commented 1 year ago

Codecov Report

Merging #53 (dac0368) into master (e715135) will decrease coverage by 0.14%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage   97.87%   97.74%   -0.14%     
==========================================
  Files          28       28              
  Lines        1693     1329     -364     
==========================================
- Hits         1657     1299     -358     
+ Misses         36       30       -6