chore(deps): update actions/upload-artifact action to v7#1518
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update actions/upload-artifact action to v7#1518renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 1, 2025 21:06
118156b to
d3a9b20
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 3, 2025 04:55
d3a9b20 to
4cb6896
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 4, 2025 12:36
4cb6896 to
3935d75
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 5, 2025 23:34
3935d75 to
a6d173a
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 7, 2025 07:54
a6d173a to
fe4f339
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 11, 2025 10:55
fe4f339 to
0b8ae01
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 12, 2025 22:41
0b8ae01 to
090609b
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 14, 2025 11:45
090609b to
79dae65
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 16, 2025 09:35
79dae65 to
94a87b7
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 17, 2025 04:51
c4ac1c1 to
28943d2
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 17, 2025 13:01
28943d2 to
6524277
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 21, 2025 22:27
6524277 to
5f192ff
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 23, 2025 04:55
5f192ff to
3b3c4e0
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 23, 2025 20:33
3b3c4e0 to
3947287
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 24, 2025 01:45
3947287 to
37a39f3
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 25, 2025 08:54
37a39f3 to
53a9abb
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 25, 2025 15:11
53a9abb to
a85a5b9
Compare
renovate
Bot
force-pushed
the
renovate/major-github-artifact-actions
branch
from
November 25, 2025 18:34
a85a5b9 to
06e736c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4→v7.0.1Release Notes
actions/upload-artifact (actions/upload-artifact)
v7.0.1Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v7...v7.0.1
v7.0.0Compare Source
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto 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. Thenameparameter 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
v6.0.0Compare Source
v6 - What's new
Node.js 24
This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 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
Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0
v5.0.0Compare 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.@actions/artifacttov4.0.0v5.0.0by @danwkennedy in #734New Contributors
Full Changelog: actions/upload-artifact@v4...v5.0.0
v4.6.2Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4...v4.6.2
v4.6.1Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.6.1
v4.6.0Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.6.0
v4.5.0Compare Source
What's Changed
Node.jsversion in action by @hamirmahal in #578artifact-digestoutput by @bdehamer in #656New Contributors
Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0
v4.4.3Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3
v4.4.2Compare Source
What's Changed
@actions/artifactto 2.1.11 by @robherley in #627Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2
v4.4.1Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1
v4.4.0Compare Source
Notice: Breaking Changes⚠️
We will no longer include hidden files and folders by default in the
upload-artifactaction of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option,include-hidden-files, to continue to do so.See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.
What's Changed
Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0
v4.3.6Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.3.6
v4.3.5Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5
v4.3.4Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4
v4.3.3Compare Source
What's Changed
@actions/artifactdependency to v2.1.6 by @eggyhead in #565Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3
v4.3.2Compare Source
What's Changed
@actions/artifactdependency to v2.1.5 and@actions/coreto v1.0.1 by @eggyhead in #562New Contributors
Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2
v4.3.1Compare Source
v4.3.0Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.3.0
v4.2.0Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.2.0
v4.1.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4...v4.1.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.