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

Bump actions/upload-artifact from 3.1.3 to 4.3.3 #140

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2024

Bumps actions/upload-artifact from 3.1.3 to 4.3.3.

Release notes

Sourced from actions/upload-artifact's releases.

v4.3.3

What's Changed

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

v4.3.2

What's Changed

New Contributors

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

v4.3.1

v4.3.0

What's Changed

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

v4.2.0

What's Changed

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

v4.1.0

What's Changed

New Contributors

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

v4.0.0

... (truncated)

Commits
  • 6546280 updating package version
  • c004fb4 Merge branch 'main' into eggyhead/use-artifact-v2.1.6
  • 90aba49 updating toolkit artifact dependency to 2.1.6
  • b06cde3 Merge pull request #563 from actions/eggyhead/release-4.3.2
  • 1746f4a Revert "updating to release 4.3.2"
  • 31685d0 updating to release 4.3.2
  • 18bf333 Merge pull request #562 from actions/eggyhead/update-artifact-v215
  • dac413b update package lock version
  • bb3b4a3 updating package version
  • 3e3da83 updating artifact and core dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

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 dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 12, 2024
Copy link

codecov bot commented May 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (22c52c2) to head (3812b29).
Report is 4 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@cameracker cameracker merged commit 5a4bd4b into master May 12, 2024
7 checks passed
@dependabot 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://github.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://github.com/gofrs/uuid/releases/tag/v5.2.0)

[Compare
Source](https://github.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
[@&#8203;kohenkatz](https://github.com/kohenkatz) in
[https://github.com/gofrs/uuid/pull/117](https://github.com/gofrs/uuid/pull/117)
- \[StepSecurity] Apply security best practices by
[@&#8203;step-security-bot](https://github.com/step-security-bot) in
[https://github.com/gofrs/uuid/pull/135](https://github.com/gofrs/uuid/pull/135)
- Bump actions/checkout from 2.7.0 to 4.1.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/gofrs/uuid/pull/137](https://github.com/gofrs/uuid/pull/137)
- Bump ossf/scorecard-action from 2.0.6 to 2.3.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/gofrs/uuid/pull/136](https://github.com/gofrs/uuid/pull/136)
- Bump actions/dependency-review-action from 2.5.1 to 4.3.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/gofrs/uuid/pull/138](https://github.com/gofrs/uuid/pull/138)
- Bump actions/upload-artifact from 3.1.3 to 4.3.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/gofrs/uuid/pull/140](https://github.com/gofrs/uuid/pull/140)
- Bump codecov/codecov-action from 2.1.0 to 4.3.1 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/gofrs/uuid/pull/139](https://github.com/gofrs/uuid/pull/139)
- Implemented support for checkable errors by
[@&#8203;PatrLind](https://github.com/PatrLind) in
[https://github.com/gofrs/uuid/pull/131](https://github.com/gofrs/uuid/pull/131)

#### New Contributors

- [@&#8203;kohenkatz](https://github.com/kohenkatz) made their first
contribution in
[https://github.com/gofrs/uuid/pull/117](https://github.com/gofrs/uuid/pull/117)
- [@&#8203;step-security-bot](https://github.com/step-security-bot)
made their first contribution in
[https://github.com/gofrs/uuid/pull/135](https://github.com/gofrs/uuid/pull/135)
- [@&#8203;dependabot](https://github.com/dependabot) made their first
contribution in
[https://github.com/gofrs/uuid/pull/137](https://github.com/gofrs/uuid/pull/137)
- [@&#8203;PatrLind](https://github.com/PatrLind) made their first
contribution in
[https://github.com/gofrs/uuid/pull/131](https://github.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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant