-
Notifications
You must be signed in to change notification settings - Fork 157
ci: update {download,upload}-artifact Action versions #1996
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
Conversation
|
There are issues in commit adea205: |
Bumps `actions/upload-artifact` from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Bumps `actions/download-artifact` from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Originally-authored-by: dependabot[bot] <support@github.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
adea205 to
03347be
Compare
|
/submit |
|
Submitted as pull.1996.git.1762437576488.gitgitgadget@gmail.com To fetch this version into To fetch this version to local tag |
|
On the Git mailing list, Junio C Hamano wrote (reply to this): "Johannes Schindelin via GitGitGadget" <gitgitgadget@gmail.com>
writes:
> From: Johannes Schindelin <johannes.schindelin@gmx.de>
>
> Bumps `actions/upload-artifact` from 4 to 5.
> - [Release notes](https://github.com/actions/upload-artifact/releases)
> - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
>
> ---
> ci: update {download,upload}-artifact Action versions
>
> These changes correspond to
> https://github.com/git-for-windows/git/pull/5914 and
> https://github.com/git-for-windows/git/pull/5916.
>
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1996%2Fdscho%2Factions-updates-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1996/dscho/actions-updates-v1
> Pull-Request: https://github.com/gitgitgadget/git/pull/1996
>
> updated-dependencies:
> - dependency-name: actions/upload-artifact
> dependency-version: '5'
> dependency-type: direct:production
> update-type: version-update:semver-major
> ...
>
> Bumps `actions/download-artifact` from 5 to 6.
> - [Release notes](https://github.com/actions/download-artifact/releases)
> - [Commits](https://github.com/actions/download-artifact/compare/v5...v6)
>
> ---
> updated-dependencies:
> - dependency-name: actions/download-artifact
> dependency-version: '6'
> dependency-type: direct:production
> update-type: version-update:semver-major
> ...
>
> Originally-authored-by: dependabot[bot] <support@github.com>
> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
> ---
The above description, with three-dash lines interspersed, looks
somewhat confused, but the contents of the patch matches the title.
Both upload and download are updated.
Curiously we have updated download side less than a month ago with
d014fb29 (build(deps): bump actions/download-artifact from 4 to 5,
2025-10-16).
Let's merge it down before the final. Thanks. |
|
This patch series was integrated into seen via git@17f4dce. |
|
This patch series was integrated into next via git@68957de. |
|
This branch is now known as |
|
This patch series was integrated into seen via git@5db9d35. |
|
This patch series was integrated into master via git@5db9d35. |
|
This patch series was integrated into next via git@ddc3977. |
|
Closed via 5db9d35. |
These changes correspond to git-for-windows#5914 and git-for-windows#5916.