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

Update dawidd6/action-download-artifact action to v8 #774

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2025

This PR contains the following updates:

Package Type Update Change
dawidd6/action-download-artifact action major v3 -> v8

Release Notes

dawidd6/action-download-artifact (dawidd6/action-download-artifact)

v8

Compare Source

New features
  • use_unzip boolean input (defaulting to false) - if set to true, the action will use system provided unzip utility for unpacking downloaded artifact(s) (note that the action will first download the .zip artifact file, then unpack it and remove the .zip file)
What's Changed
New Contributors

Full Changelog: dawidd6/action-download-artifact@v7...v8

v7

Compare Source

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v6...v7

v6

Compare Source

Full Changelog: dawidd6/action-download-artifact@v5...v6

v5

Compare Source

Full Changelog: dawidd6/action-download-artifact@v4...v5

v4

Compare Source

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v3...v4


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (62f5567) to head (11fddd2).
Report is 170 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #774   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          220       220           
  Branches        24        24           
=========================================
  Hits           220       220           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

🎳 Stryker Report

Mutation testing badge

📊 Reports

Copy link

🏅 Benchmark test report

Expand to see results 🔽

BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.405
  [Host]   : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2
  ShortRun : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2

Job=ShortRun  IterationCount=3  LaunchCount=1  
WarmupCount=3  

Method Mean Error StdDev Rank Gen0 Gen1 Gen2 Allocated
FakeItEasy.NonPublicTypes.CreateContainer 2.103 s 2.1099 s 0.1157 s 1 97000.0000 62000.0000 55000.0000 2 GB
NSubstitute.NonPublicTypes.CreateContainer 2.111 s 0.7348 s 0.0403 s 1 96000.0000 62000.0000 55000.0000 2 GB
Moq.NonPublicTypes.CreateContainer 2.214 s 0.1474 s 0.0081 s 1 99000.0000 61000.0000 54000.0000 2.02 GB

BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.405
  [Host]     : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
Moq.StaticResolveSut 1.005 μs 0.0078 μs 0.0069 μs 1
FakeItEasy.StaticResolveSut 1.010 μs 0.0201 μs 0.0268 μs 1
NSubstitute.StaticResolveSut 1.033 μs 0.0066 μs 0.0059 μs 1

BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.405
  [Host]     : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
NSubstitute.ResolveFrom 1.090 μs 0.0100 μs 0.0088 μs 1
Moq.ResolveFrom 1.146 μs 0.0051 μs 0.0042 μs 2
FakeItEasy.ResolveFrom 1.153 μs 0.0035 μs 0.0033 μs 2

BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.405
  [Host]   : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2
  ShortRun : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2

Job=ShortRun  IterationCount=3  LaunchCount=1  
WarmupCount=3  

Method Mean Error StdDev Rank Gen0 Gen1 Gen2 Allocated
Moq.CreateContainer 471.5 ms 2,665.9 ms 146.1 ms 1 20000.0000 7000.0000 4000.0000 282.88 MB
NSubstitute.CreateContainer 483.9 ms 3,337.9 ms 183.0 ms 1 18000.0000 6000.0000 3000.0000 275.44 MB
FakeItEasy.CreateContainer 509.7 ms 2,885.0 ms 158.1 ms 1 18000.0000 6000.0000 3000.0000 275.44 MB

BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.405
  [Host]     : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
Moq.ResolveSut 1.035 μs 0.0040 μs 0.0038 μs 1
FakeItEasy.ResolveSut 1.046 μs 0.0050 μs 0.0044 μs 1
NSubstitute.ResolveSut 1.051 μs 0.0149 μs 0.0132 μs 1

BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.405
  [Host]     : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
Moq.NonPublicTypes.GetMock 776.1 ns 1.92 ns 1.60 ns 1
FakeItEasy.NonPublicTypes.GetMock 795.7 ns 7.13 ns 6.32 ns 1
NSubstitute.NonPublicTypes.GetMock 852.5 ns 3.11 ns 2.91 ns 2

BenchmarkDotNet v0.14.0, Ubuntu 24.04.1 LTS (Noble Numbat)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.405
  [Host]     : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.12 (8.0.1224.60305), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
Moq.GetMock 720.1 ns 3.37 ns 3.15 ns 1
FakeItEasy.GetMock 794.9 ns 7.14 ns 5.96 ns 2
NSubstitute.GetMock 799.6 ns 7.20 ns 6.38 ns 2

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.

0 participants