-
Notifications
You must be signed in to change notification settings - Fork 1
chore: bump actions/upload-artifact from 3 to 4 #54
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: bump actions/upload-artifact from 3 to 4 #54
Conversation
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] <[email protected]>
@arjun Chikara ***@***.***>
…On Wed, Jun 12, 2024 at 4:38 PM dependabot[bot] ***@***.***> wrote:
Bumps actions/upload-artifact <https://github.com/actions/upload-artifact>
from 3 to 4.
Release notes
*Sourced from actions/upload-artifact's releases
<https://github.com/actions/upload-artifact/releases>.*
v4.0.0 What's Changed
The release of ***@***.*** and ***@***.*** 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
<https://github.blog/changelog/2023-12-14-github-actions-artifacts-v4-is-now-generally-available/>
post.
2. The README
<https://github.com/actions/upload-artifact/blob/main/README.md>.
3. The migration documentation
<https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md>
.
4. As well as the underlying npm package, @actions/artifact
<https://github.com/actions/toolkit/tree/main/packages/artifact>
documentation.
New Contributors
- @vmjoseph <https://github.com/vmjoseph> made their first
contribution in actions/upload-artifact#464
<https://redirect.github.com/actions/upload-artifact/pull/464>
*Full Changelog*: ***@***.***
<actions/upload-artifact@v3...v4.0.0>
v3.1.3 What's Changed
- chore(github): remove trailing whitespaces by @ljmf00
<https://github.com/ljmf00> in actions/upload-artifact#313
<https://redirect.github.com/actions/upload-artifact/pull/313>
- Bump @actions/artifact version to v1.1.2 by @bethanyj28
<https://github.com/bethanyj28> in actions/upload-artifact#436
<https://redirect.github.com/actions/upload-artifact/pull/436>
*Full Changelog*: ***@***.***
<actions/upload-artifact@v3...v3.1.3>
v3.1.2
- Update all @actions/* NPM packages to their latest versions- #374
<https://redirect.github.com/actions/upload-artifact/issues/374>
- Update all dev dependencies to their most recent versions - #375
<https://redirect.github.com/actions/upload-artifact/issues/375>
v3.1.1
- Update actions/core package to latest version to remove set-output
deprecation warning #351
<https://redirect.github.com/actions/upload-artifact/issues/351>
v3.1.0 What's Changed
- Bump @actions/artifact to v1.1.0 (actions/upload-artifact#327
<https://redirect.github.com/actions/upload-artifact/pull/327>)
- Adds checksum headers on artifact upload (actions/toolkit#1095
<https://redirect.github.com/actions/toolkit/pull/1095>) (
actions/toolkit#1063
<https://redirect.github.com/actions/toolkit/pull/1063>)
Commits
- 6546280
<actions/upload-artifact@6546280>
updating package version
- c004fb4
<actions/upload-artifact@c004fb4>
Merge branch 'main' into eggyhead/use-artifact-v2.1.6
- 90aba49
<actions/upload-artifact@90aba49>
updating toolkit artifact dependency to 2.1.6
- b06cde3
<actions/upload-artifact@b06cde3>
Merge pull request #563
<https://redirect.github.com/actions/upload-artifact/issues/563> from
actions/eggyhead/release-4.3.2
- 1746f4a
<actions/upload-artifact@1746f4a>
Revert "updating to release 4.3.2"
- 31685d0
<actions/upload-artifact@31685d0>
updating to release 4.3.2
- 18bf333
<actions/upload-artifact@18bf333>
Merge pull request #562
<https://redirect.github.com/actions/upload-artifact/issues/562> from
actions/eggyhead/update-artifact-v215
- dac413b
<actions/upload-artifact@dac413b>
update package lock version
- bb3b4a3
<actions/upload-artifact@bb3b4a3>
updating package version
- 3e3da83
<actions/upload-artifact@3e3da83>
updating artifact and core dependencies
- Additional commits viewable in compare view
<actions/upload-artifact@v3...v4>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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)
------------------------------
You can view, comment on, or merge this pull request online at:
#54
Commit Summary
- e87df15
<e87df15>
chore: bump actions/upload-artifact from 3 to 4
File Changes
(1 file
<https://github.com/browserstack/a11y-engine-axe-core/pull/54/files>)
- *M* .github/workflows/test.yml
<https://github.com/browserstack/a11y-engine-axe-core/pull/54/files#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88>
(2)
Patch Links:
- https://github.com/browserstack/a11y-engine-axe-core/pull/54.patch
- https://github.com/browserstack/a11y-engine-axe-core/pull/54.diff
—
Reply to this email directly, view it on GitHub
<#54>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3Y47TMZQEH25IPVSNBLWTZHATZDAVCNFSM6AAAAABJGD7GH2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2DQNBYHE2DEOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
v4 download seems to have some flakiness with the download of artifacts so pinning to v3 for now |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps actions/upload-artifact from 3 to 4.
Release notes
Sourced from actions/upload-artifact's releases.
Commits
6546280
updating package versionc004fb4
Merge branch 'main' into eggyhead/use-artifact-v2.1.690aba49
updating toolkit artifact dependency to 2.1.6b06cde3
Merge pull request #563 from actions/eggyhead/release-4.3.21746f4a
Revert "updating to release 4.3.2"31685d0
updating to release 4.3.218bf333
Merge pull request #562 from actions/eggyhead/update-artifact-v215dac413b
update package lock versionbb3b4a3
updating package version3e3da83
updating artifact and core dependenciesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)