-
Notifications
You must be signed in to change notification settings - Fork 114
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/upload-artifact from 3.1.3 to 4.3.3 #140
Merged
cameracker
merged 1 commit into
master
from
dependabot/github_actions/actions/upload-artifact-4.3.3
May 12, 2024
Merged
Bump actions/upload-artifact from 3.1.3 to 4.3.3 #140
cameracker
merged 1 commit into
master
from
dependabot/github_actions/actions/upload-artifact-4.3.3
May 12, 2024
Conversation
This file contains 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
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@a8a3f3a...6546280) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
labels
May 12, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #140 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 513 531 +18
=========================================
+ Hits 513 531 +18 ☔ View full report in Codecov by Sentry. |
cameracker
approved these changes
May 12, 2024
dependabot
bot
deleted the
dependabot/github_actions/actions/upload-artifact-4.3.3
branch
May 12, 2024 14:37
nono
referenced
this pull request
in cozy/cozy-stack
May 13, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/gofrs/uuid/v5](https://togithub.com/gofrs/uuid) | `v5.1.0` -> `v5.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgofrs%2fuuid%2fv5/v5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgofrs%2fuuid%2fv5/v5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgofrs%2fuuid%2fv5/v5.1.0/v5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgofrs%2fuuid%2fv5/v5.1.0/v5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gofrs/uuid (github.com/gofrs/uuid/v5)</summary> ### [`v5.2.0`](https://togithub.com/gofrs/uuid/releases/tag/v5.2.0) [Compare Source](https://togithub.com/gofrs/uuid/compare/v5.1.0...v5.2.0) This minor release updates the UUID v6 and v7 features of package to be complaint to draft RFC-9562, which replaces the previous family of uuid drafts. Additionally, it adds more specific error types, and tunes up Github Actions safety practices #### What's Changed - Update to RFC 9562 by [@​kohenkatz](https://togithub.com/kohenkatz) in [https://github.com/gofrs/uuid/pull/117](https://togithub.com/gofrs/uuid/pull/117) - \[StepSecurity] Apply security best practices by [@​step-security-bot](https://togithub.com/step-security-bot) in [https://github.com/gofrs/uuid/pull/135](https://togithub.com/gofrs/uuid/pull/135) - Bump actions/checkout from 2.7.0 to 4.1.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gofrs/uuid/pull/137](https://togithub.com/gofrs/uuid/pull/137) - Bump ossf/scorecard-action from 2.0.6 to 2.3.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gofrs/uuid/pull/136](https://togithub.com/gofrs/uuid/pull/136) - Bump actions/dependency-review-action from 2.5.1 to 4.3.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gofrs/uuid/pull/138](https://togithub.com/gofrs/uuid/pull/138) - Bump actions/upload-artifact from 3.1.3 to 4.3.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gofrs/uuid/pull/140](https://togithub.com/gofrs/uuid/pull/140) - Bump codecov/codecov-action from 2.1.0 to 4.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gofrs/uuid/pull/139](https://togithub.com/gofrs/uuid/pull/139) - Implemented support for checkable errors by [@​PatrLind](https://togithub.com/PatrLind) in [https://github.com/gofrs/uuid/pull/131](https://togithub.com/gofrs/uuid/pull/131) #### New Contributors - [@​kohenkatz](https://togithub.com/kohenkatz) made their first contribution in [https://github.com/gofrs/uuid/pull/117](https://togithub.com/gofrs/uuid/pull/117) - [@​step-security-bot](https://togithub.com/step-security-bot) made their first contribution in [https://github.com/gofrs/uuid/pull/135](https://togithub.com/gofrs/uuid/pull/135) - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/gofrs/uuid/pull/137](https://togithub.com/gofrs/uuid/pull/137) - [@​PatrLind](https://togithub.com/PatrLind) made their first contribution in [https://github.com/gofrs/uuid/pull/131](https://togithub.com/gofrs/uuid/pull/131) **Full Changelog**: gofrs/uuid@v5.1.0...v5.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on Monday" in timezone Europe/Paris, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cozy/cozy-stack). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
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.
Bumps actions/upload-artifact from 3.1.3 to 4.3.3.
Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
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)