Skip to content

Update GitHub Artifact Actions (major)#14

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-github-artifact-actions
Open

Update GitHub Artifact Actions (major)#14
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-github-artifact-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 15, 2026

This PR contains the following updates:

Package Type Update Change
actions/download-artifact action major v4v8
actions/upload-artifact action major v6v7

Release Notes

actions/download-artifact (actions/download-artifact)

v8.0.1

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v8...v8.0.1

v8.0.0

Compare Source

v8 - What's new
Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to false.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @​actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

v8

Compare Source

v7

Compare Source

v7.0.0

Compare Source

v7 - What's new

[!IMPORTANT]
actions/download-artifact@​v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed
New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

v6

Compare Source

v6.0.0

Compare Source

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/download-artifact@v5...v6.0.0

v5

Compare Source

v5.0.0

Compare Source

What's Changed

v5.0.0

🚨 Breaking Change

This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.

What Changed

Previously, single artifact downloads behaved differently depending on how you specified the artifact:

  • By name: name: my-artifact → extracted to path/ (direct)
  • By ID: artifact-ids: 12345 → extracted to path/my-artifact/ (nested)

Now both methods are consistent:

  • By name: name: my-artifact → extracted to path/ (unchanged)
  • By ID: artifact-ids: 12345 → extracted to path/ (fixed - now direct)
Migration Guide
✅ No Action Needed If:
  • You download artifacts by name
  • You download multiple artifacts by ID
  • You already use merge-multiple: true as a workaround
⚠️ Action Required If:

You download single artifacts by ID and your workflows expect the nested directory structure.

Before v5 (nested structure):

- uses: actions/download-artifact@v4
  with:
    artifact-ids: 12345
    path: dist

### Files were in: dist/my-artifact/

Where my-artifact is the name of the artifact you previously uploaded

To maintain old behavior (if needed):

- uses: actions/download-artifact@v5
  with:
    artifact-ids: 12345
    path: dist/my-artifact  # Explicitly specify the nested path

New Contributors

Full Changelog: actions/download-artifact@v4...v5.0.0

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4.2.1...v4.3.0

v4.2.1

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4.2.0...v4.2.1

v4.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4.1.9...v4.2.0

v4.1.9

Compare Source

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4.1.8...v4.1.9

v4.1.8

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4.1.7...v4.1.8

v4.1.7

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4.1.6...v4.1.7

v4.1.6

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4.1.5...v4.1.6

v4.1.5

Compare Source

What's Changed

  • Update readme with v3/v2/v1 deprecation notice by @​robherley in #​322
  • Update dependencies @actions/core to v1.10.1 and @actions/artifact to v2.1.5

Full Changelog: actions/download-artifact@v4.1.4...v4.1.5

v4.1.4

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4...v4.1.4

v4.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4...v4.1.3

v4.1.2

Compare Source

v4.1.1

Compare Source

  • Fix transient request timeouts #​249
  • Bump @actions/artifacts to latest version

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4...v4.1.0

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v7

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 15, 2026

Test Results

376 tests  ±0   276 ✅ ±0   8m 41s ⏱️ +11s
  1 suites ±0   100 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 60c1e90. ± Comparison against base commit 0c7ee83.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 15, 2026

Summary

Summary
Generated on: 05/05/2026 - 05:50:49
Coverage date: 05/05/2026 - 05:50:47
Parser: Cobertura
Assemblies: 3
Classes: 93
Files: 249
Line coverage: 48.3% (1450 of 3002)
Covered lines: 1450
Uncovered lines: 1552
Coverable lines: 3002
Total lines: 6315
Branch coverage: 34% (412 of 1210)
Covered branches: 412
Total branches: 1210
Method coverage: Feature is only available for sponsors
Tag: 0.0.1-pr.54+Branch.pull-14-merge.Sha.ed7064c6b9f881795a4f1263408ffdfd8e311562

Coverage

Indago - 0%
Name Line Branch
Indago 0% 0%
Indago.Abstractions.ExcludeFromIndagoAttribute 0%
Indago.Abstractions.IndagoProviderAttribute 0%
Indago.IIndagoProvider 0% 0%
Indago.IndagoProviderExtensions 0% 0%
Indago.IndagoProviderServiceCollectionExtensions 0% 0%
Indago.RegistrationLifetimeAttribute 0%
Indago.ServiceRegistrationAttribute 0%
Indago.ServiceRegistrationAttribute 0%
Indago.ServiceRegistrationAttribute<TService1, TService2, TService3, TServi
ce4>
0%
Indago.ServiceRegistrationAttribute<TService1, TService2, TService3> 0%
Indago.ServiceRegistrationAttribute<TService1, TService2> 0%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Indago.Analyzers - 51.3%
Name Line Branch
Indago.Analyzers 51.3% 34.3%
Indago.Analyzers.AssemblyCollection 54.4% 70.3%
Indago.Analyzers.AssemblyCollection.Item 100%
Indago.Analyzers.AssemblyProviderBuilder 63.5% 54.5%
Indago.Analyzers.AssemblyProviders.AlwaysMatchTypeFilter 0%
Indago.Analyzers.AssemblyProviders.CompiledAssemblyFilter 97% 40%
Indago.Analyzers.AssemblyProviders.CompiledTypeFilter 50% 16.6%
Indago.Analyzers.AssemblyProviders.DataHelpers 27.7% 10%
Indago.Analyzers.AssemblyProviders.FindTypeInAssembly 0%
Indago.Analyzers.AssemblyProviders.FindTypeVisitor 0% 0%
Indago.Analyzers.AssemblyProviders.MustBeAnExpressionException 0%
Indago.Analyzers.AssemblyProviders.TypeSymbolVisitor 42.8%
Indago.Analyzers.AssemblyProviders.TypeSymbolVisitorBase 25% 10%
Indago.Analyzers.AssemblyProviders.TypeSymbolVisitorExtensions 18.1% 0%
Indago.Analyzers.Configuration.AnyTypeData 0%
Indago.Analyzers.Configuration.AssemblyCollectionData 100%
Indago.Analyzers.Configuration.AssemblyFilterData 100%
Indago.Analyzers.Configuration.AssemblyProviderConfiguration 81.4% 65.3%
Indago.Analyzers.Configuration.AssemblySymbolExtensions 100% 65%
Indago.Analyzers.Configuration.AssignableToAnyTypeData 0%
Indago.Analyzers.Configuration.AssignableToTypeData 0%
Indago.Analyzers.Configuration.CompiledAssemblyProviderData 100% 100%
Indago.Analyzers.Configuration.GeneratedAssemblyProviderData 100% 50%
Indago.Analyzers.Configuration.GeneratedLocationAssemblyResolvedSourceColle
ction
0% 0%
Indago.Analyzers.Configuration.GetAssemblyConfiguration 100%
Indago.Analyzers.Configuration.GetReflectionCollectionData 100%
Indago.Analyzers.Configuration.GetServiceDescriptorCollectionData 100%
Indago.Analyzers.Configuration.NameFilterData 0%
Indago.Analyzers.Configuration.NamespaceFilterData 0%
Indago.Analyzers.Configuration.ReflectionCollectionData 100%
Indago.Analyzers.Configuration.ResultingAssemblyProviderData 82.7% 62.5%
Indago.Analyzers.Configuration.ResultingLocationAssemblyResolvedSourceColle
ction
0%
Indago.Analyzers.Configuration.ServiceDescriptorCollectionData 100%
Indago.Analyzers.Configuration.ServiceDescriptorFilterData 100%
Indago.Analyzers.Configuration.ServiceTypeData 0%
Indago.Analyzers.Configuration.TypeFilterData 100%
Indago.Analyzers.Configuration.TypeInfoFilterData 100%
Indago.Analyzers.Configuration.TypeKindFilterData 100%
Indago.Analyzers.Configuration.WithAttributeData 0%
Indago.Analyzers.Configuration.WithAttributeStringData 0%
Indago.Analyzers.Descriptors.AllAssemblyDescriptor 0%
Indago.Analyzers.Descriptors.AssemblyDependenciesDescriptor 0%
Indago.Analyzers.Descriptors.AssemblyDescriptor 0%
Indago.Analyzers.Descriptors.AssignableToAnyTypeFilterDescriptor 0%
Indago.Analyzers.Descriptors.AssignableToTypeFilterDescriptor 0%
Indago.Analyzers.Descriptors.CompiledServiceTypeDescriptor 0%
Indago.Analyzers.Descriptors.CompiledServiceTypeDescriptors 14.2% 0%
Indago.Analyzers.Descriptors.ImplementedInterfacesServiceTypeDescriptor 0%
Indago.Analyzers.Descriptors.IncludeSystemAssembliesDescriptor 0%
Indago.Analyzers.Descriptors.NameFilterDescriptor 0%
Indago.Analyzers.Descriptors.NamespaceFilterDescriptor 0%
Indago.Analyzers.Descriptors.NotAssemblyDescriptor 0%
Indago.Analyzers.Descriptors.NotAssignableToAnyTypeFilterDescriptor 0%
Indago.Analyzers.Descriptors.NotAssignableToTypeFilterDescriptor 0%
Indago.Analyzers.Descriptors.TypeInfoFilterDescriptor 100%
Indago.Analyzers.Descriptors.TypeKindFilterDescriptor 100%
Indago.Analyzers.Descriptors.UnknownCompiledServiceTypeDescriptor 0%
Indago.Analyzers.Descriptors.WithAnyAttributeFilterDescriptor 0%
Indago.Analyzers.Descriptors.WithAnyAttributeStringFilterDescriptor 0%
Indago.Analyzers.Descriptors.WithAttributeFilterDescriptor 0%
Indago.Analyzers.Descriptors.WithAttributeStringFilterDescriptor 0%
Indago.Analyzers.Descriptors.WithoutAttributeFilterDescriptor 0%
Indago.Analyzers.Descriptors.WithoutAttributeStringFilterDescriptor 0%
Indago.Analyzers.Diagnostics 0%
Indago.Analyzers.Helpers 45.5% 15.9%
Indago.Analyzers.IndagoProviderGenerator 100% 87.5%
Indago.Analyzers.ReflectionCollection 61.1% 87%
Indago.Analyzers.ReflectionCollection.Item 100%
Indago.Analyzers.ResolvedSourceLocation 0%
Indago.Analyzers.ServiceDescriptorCollection 24.5% 26.1%
Indago.Analyzers.ServiceDescriptorCollection.Item 100%
Indago.Analyzers.SourceLocation 100%
Indago.Analyzers.StatementGeneration 0% 0%
Indago.Analyzers.SwitchGenerator 0% 0%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
TestAssembly - 0%
Name Line Branch
TestAssembly 0% ****
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%

@github-actions github-actions Bot added this to the v0.0.1 milestone Mar 15, 2026
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 9 times, most recently from 56b46d4 to ece4b28 Compare March 21, 2026 20:52
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 10 times, most recently from 1310432 to b495706 Compare March 28, 2026 17:45
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 8 times, most recently from 3dd1999 to 5dae0f4 Compare April 3, 2026 04:44
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 9 times, most recently from 7cd4785 to da8fcd8 Compare April 9, 2026 17:42
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 4 times, most recently from b65fc4c to 4f6a2af Compare April 16, 2026 14:47
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 4 times, most recently from 847e37f to ff09451 Compare April 27, 2026 14:51
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 2 times, most recently from 87ff4e8 to 1331828 Compare May 3, 2026 00:54
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from 1331828 to 60c1e90 Compare May 5, 2026 05:46
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