-
Notifications
You must be signed in to change notification settings - Fork 122
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.1.7 in /.github/workflows #380
base: master
Are you sure you want to change the base?
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #380
Conversation
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
I’m inclined to close this PR. Bumping the version would introduce a breaking change
In any case, I don't think we are affected by CVE-2024-42471. |
As I mentioned here #397 this seems to be something that will have probs have to be addressed before the end of the month |
Are we affected by any of those breaking change? Seems like we can fix any issues. I'm happy to work on that, is it fine if I just create a branch in this repo? |
Yes. I've been planning to work on this but there seem to be just too many changes involved.
Absolutely! Appreciate your help! |
GitHub has stated that starting January 30, 2025, users of GitHub Actions will not be able to use version 3 of actions/upload-artifact or actions/download-artifact. You can find more information in their blog post: Deprecation Notice for v3 of the Artifact Actions. |
@Nifury Seems like we need to update the CI now, the latest run failed due to the depreciation. |
Currently testing required v4 changes now, as this depreciation interfered with testing new workflow for ARM builds. |
https://github.com/Nifury/ungoogled-chromium-windows/actions/runs/13088816942 |
Bumps actions/download-artifact from 3 to 4.1.7.
Release notes
Sourced from actions/download-artifact's releases.
... (truncated)
Commits
65a9edc
Merge pull request #325 from bethanyj28/mainfdd1595
licensedc13dba1
update@actions/artifact
dependency0daa75e
Merge pull request #324 from actions/eggyhead/use-artifact-v2.1.69c19ed7
Merge branch 'main' into eggyhead/use-artifact-v2.1.63d3ea87
updating license89af5db
updating artifact package v2.1.6b4aefff
Merge pull request #323 from actions/eggyhead/update-artifact-v2158caf195
package lock updated7a2ec4
updating package versionDependabot 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 disable automated security fix PRs for this repo from the Security Alerts page.