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

Bump actions/download-artifact from 3 to 4 #219

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps actions/download-artifact from 3 to 4.

Release notes

Sourced from actions/download-artifact's releases.

v4.0.0

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

For more information, please see:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.

New Contributors

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

v3.0.2

v3.0.1

Commits
  • 65a9edc Merge pull request #325 from bethanyj28/main
  • fdd1595 licensed
  • c13dba1 update @​actions/artifact dependency
  • 0daa75e Merge pull request #324 from actions/eggyhead/use-artifact-v2.1.6
  • 9c19ed7 Merge branch 'main' into eggyhead/use-artifact-v2.1.6
  • 3d3ea87 updating license
  • 89af5db updating artifact package v2.1.6
  • b4aefff Merge pull request #323 from actions/eggyhead/update-artifact-v215
  • 8caf195 package lock update
  • d7a2ec4 updating package version
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 20, 2024
@igoravl igoravl changed the base branch from main to add-process-cmdlets August 14, 2024 21:04
@igoravl igoravl merged commit a9c62d4 into add-process-cmdlets Aug 14, 2024
9 of 10 checks passed
@igoravl igoravl deleted the dependabot/github_actions/actions/download-artifact-4 branch August 14, 2024 21:05
igoravl added a commit that referenced this pull request Aug 15, 2024
* Fix typo

* Remove obsolete projects

* Enable C# Dev Kit extension

* Remove obsolete projects from solution

* Move conditional usings

* Add new cmdlets

* Remove empty condiitonal

* Add new unit test project

* Update generator to bring usings to controller code

* Update solution

* Add view definition

* Add HttpClient sourcegen support

* Convert to new HttpClient model

* Move files and rename namespace

* Introduce new Client DI model

* Remove obsolete project

* Fix source gen

* Move file

* Update release notes

+semver: minor

* Adjust rest result collection

* Add Source Gen unit test project to solution

* Rename existing tests

* Throw an error when in "anonymous mode"

* Update gitignore

* Update integration tests selection logic

* Update test setup logic

* Add new tests

* Update test tags

* Add new tests

* Remove obsolete file

* Add fix for deleted and delisted package handling

* Fix issue with WorkItem argument handling

* Update release notes

* Update test execution logic

* Add new tests

* Add new IsPreRelease script property

* Add new tests

* Fix an issue in Get-TfsWorkItemTag

* Update tests

* Update tests

* Add new tests

* Update test publish task

* Update gitignore

* Remove obsolete tests

* Add new tests

* Update test

* Add new tests

* Update tests

* Update release notes

* Make Repository mandatory

* Make Repository and Branch mandatory

* Update tests

* Update release notes

* Add -Compare support

* Add new analyzer

* Add missing comments

* Add new tests

* Add star & funding information

* Adjust image size

* Adjust Star button link

* Make links absolute

* Fix issues links

* Update README

* Update GetGitCommit.cs to make Repository parameter mandatory

* Update the Contributor Guide

* Add IncludeWorkItems parameter

* Add support for Missing parameter

* Update tests

* Write test path to log warning

* Add new tests

* Remove obsolete files

* Replace DescriptorService with GraphHttpClient

* Add new tests

* Add IsLikeGlob

* Update tests

* Fix test

* Bump actions/download-artifact from 3 to 4 (#219)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/checkout from 3 to 4 (#215)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/upload-artifact from 3 to 4 (#216)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Igor Abade <igoravl@gmail.com>

* Bump nuget/setup-nuget from 1 to 2 (#217)

Bumps [nuget/setup-nuget](https://github.com/nuget/setup-nuget) from 1 to 2.
- [Release notes](https://github.com/nuget/setup-nuget/releases)
- [Commits](NuGet/setup-nuget@v1...v2)

---
updated-dependencies:
- dependency-name: nuget/setup-nuget
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Igor Abade <igoravl@gmail.com>

* Bump styfle/cancel-workflow-action from 0.10.0 to 0.12.1 (#218)

Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.0 to 0.12.1.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](styfle/cancel-workflow-action@0.10.0...0.12.1)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Igor Abade <igoravl@gmail.com>

* Update release notes

* Disambiguate imports

* Rename cmdlets

* Rename fiile

* Update release notes

* Change ReferenceName to string[]

* Add new cmdlet

* Fix CmdletController attribute

* Add ShouldContinue

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant