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

chore(deps): update actions/upload-artifact action to v4 #183

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action major v3.1.3 -> v4.3.3

Release Notes

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

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.2.0

v4.1.0

Compare Source

What's Changed

New Contributors

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

v4.0.0

Compare Source

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.

For more information, see the @​actions/artifact documentation.

New Contributors

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


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 14, 2024
@github-actions github-actions bot added the area: ci Improvements or additions to repository workflows label Mar 14, 2024
@raducristianpopa
Copy link
Member

raducristianpopa commented Mar 14, 2024

Extension builds preview

Name Link
Latest commit 21d2185
Latest job logs Run #8788508934
BadgeDownload
BadgeDownload

@raducristianpopa
Copy link
Member

@renovate renovate bot force-pushed the renovate/major-github-artifact-actions branch from 5439f45 to 3d914e1 Compare April 3, 2024 04:51
@raducristianpopa
Copy link
Member

raducristianpopa commented Apr 3, 2024

  1. Uploading to the same named Artifact multiple times.

Due to how Artifacts are created in this new version, it is no longer possible to upload to the same named Artifact multiple times. You must either split the uploads into multiple Artifacts with different names, or only upload once.

  1. Limit of Artifacts for an individual job.

Each job in a workflow run now has a limit of 10 artifacts.:

We need to update our GitHub action to remove the previous uploaded artifacts (if any), before uploading the new ones.

@renovate renovate bot force-pushed the renovate/major-github-artifact-actions branch from 3d914e1 to aacd9ab Compare April 18, 2024 16:09
@renovate renovate bot force-pushed the renovate/major-github-artifact-actions branch from aacd9ab to 21d2185 Compare April 22, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ci Improvements or additions to repository workflows dependencies Pull requests that update a dependency file do not merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant