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/download-artifact from 2 to 4.1.7 in /.github/workflows #514

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2024

Bumps actions/download-artifact from 2 to 4.1.7.

Release notes

Sourced from actions/download-artifact's releases.

v4.1.7

What's Changed

Full Changelog: actions/download-artifact@v4.1.6...v4.1.7

v4.1.6

What's Changed

Full Changelog: actions/download-artifact@v4.1.5...v4.1.6

v4.1.5

What's Changed

Full Changelog: actions/download-artifact@v4.1.4...v4.1.5

v4.1.4

What's Changed

Full Changelog: actions/download-artifact@v4...v4.1.4

v4.1.3

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4...v4.1.3

v4.1.2

v4.1.1

v4.1.0

What's Changed

... (truncated)

Commits
  • 65a9edc Merge pull request #325 from bethanyj28/main
  • fdd1595 licensed
  • c13dba1 update @​actions/artifact dependency
  • 0daa75e Merge pull request #324 from actions/eggyhead/use-artifact-v2.1.6
  • 9c19ed7 Merge branch 'main' into eggyhead/use-artifact-v2.1.6
  • 3d3ea87 updating license
  • 89af5db updating artifact package v2.1.6
  • b4aefff Merge pull request #323 from actions/eggyhead/update-artifact-v215
  • 8caf195 package lock update
  • d7a2ec4 updating package version
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

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 Sep 3, 2024
@ericzbeard ericzbeard merged commit ea98e43 into main Sep 19, 2024
1 check passed
@ericzbeard ericzbeard deleted the dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7 branch September 19, 2024 16:32
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Oct 16, 2024
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aws-cloudformation/rain](https://github.com/aws-cloudformation/rain) | minor | `v1.15.0` -> `v1.16.1` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>aws-cloudformation/rain (aws-cloudformation/rain)</summary>

### [`v1.16.1`](https://github.com/aws-cloudformation/rain/releases/tag/v1.16.1)

[Compare Source](aws-cloudformation/rain@v1.16.0...v1.16.1)

This release features a set of new S3 Bucket Metadata commands that can be used to run scripts, upload content, and invalidate CloudFront distributions. The S3 directive also gets a new `Run` property that allows you to run build scripts for your lambda functions before uploading them. There is a fully functional serverless web application sample in `test/webapp` that demonstrates these new features.

#### What's Changed

-   Adds Cross Compilation support for Linux ARM 64 by [@&#8203;georgealton](https://github.com/georgealton) in aws-cloudformation/rain#516
-   Asset deployment and a sample web application by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#511
-   Use regional endpoints for large template uploads to S3 by [@&#8203;davidsuehring](https://github.com/davidsuehring) in aws-cloudformation/rain#539
-   Add Outputs to Pkl serialization, and fix formatting Pkl to Yaml with Pkl modules by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#540
-   Fix skipping read only props by full path by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#541
-   Version 1.16.0 by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#542
-   Fixed release action

#### Dependabot

-   Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows by [@&#8203;dependabot](https://github.com/dependabot) in aws-cloudformation/rain#514

#### New Contributors

-   [@&#8203;georgealton](https://github.com/georgealton) made their first contribution in aws-cloudformation/rain#516
-   [@&#8203;davidsuehring](https://github.com/davidsuehring) made their first contribution in aws-cloudformation/rain#539

**Full Changelog**: aws-cloudformation/rain@v1.15.0...v1.16.0

### [`v1.16.0`](https://github.com/aws-cloudformation/rain/releases/tag/v1.16.0)

[Compare Source](aws-cloudformation/rain@v1.15.0...v1.16.0)

This release features a set of new S3 Bucket Metadata commands that can be used to run scripts, upload content, and invalidate CloudFront distributions. The S3 directive also gets a new `Run` property that allows you to run build scripts for your lambda functions before uploading them. There is a fully functional serverless web application sample in `test/webapp` that demonstrates these new features.

#### What's Changed

-   Adds Cross Compilation support for Linux ARM 64 by [@&#8203;georgealton](https://github.com/georgealton) in aws-cloudformation/rain#516
-   Asset deployment and a sample web application by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#511
-   Use regional endpoints for large template uploads to S3 by [@&#8203;davidsuehring](https://github.com/davidsuehring) in aws-cloudformation/rain#539
-   Add Outputs to Pkl serialization, and fix formatting Pkl to Yaml with Pkl modules by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#540
-   Fix skipping read only props by full path by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#541
-   Version 1.16.0 by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#542

#### Dependabot

-   Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows by [@&#8203;dependabot](https://github.com/dependabot) in aws-cloudformation/rain#514

#### New Contributors

-   [@&#8203;georgealton](https://github.com/georgealton) made their first contribution in aws-cloudformation/rain#516
-   [@&#8203;davidsuehring](https://github.com/davidsuehring) made their first contribution in aws-cloudformation/rain#539

**Full Changelog**: aws-cloudformation/rain@v1.15.0...v1.16.0

</details>

---

### 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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
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