Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.0 to 4.1.1 (#233)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/download-artifact/releases">actions/download-artifact's releases</a>.</em></p>
<blockquote>
<h2>v4.1.1</h2>
<ul>
<li>Fix transient request timeouts <a href="https://redirect.github.com/actions/download-artifact/issues/249">actions/download-artifact#249</a></li>
<li>Bump <code>@actions/artifacts</code> to latest version</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/actions/download-artifact/commit/6b208ae046db98c579e8a3aa621ab581ff575935"><code>6b208ae</code></a> Merge pull request <a href="https://redirect.github.com/actions/download-artifact/issues/274">#274</a> from actions/vmjoseph/timeout-patch</li>
<li><a href="https://github.com/actions/download-artifact/commit/6c5b5806e1d833ffbeb6c412b38ba07d67086dc6"><code>6c5b580</code></a> only adding updated license</li>
<li><a href="https://github.com/actions/download-artifact/commit/5f5015dc38f8eb6cafa9c4d68689495abffbea38"><code>5f5015d</code></a> readding index</li>
<li><a href="https://github.com/actions/download-artifact/commit/1fddaaf0f1912c34f984d46c39e99a66afa07172"><code>1fddaaf</code></a> Revert &quot;updating licenses&quot;</li>
<li><a href="https://github.com/actions/download-artifact/commit/8aa9e2115bb091db1962857dc393a054568a7851"><code>8aa9e21</code></a> Revert &quot;updating dist&quot;</li>
<li><a href="https://github.com/actions/download-artifact/commit/657edd9b813fc9cdb0cddf8601de283f4ecea661"><code>657edd9</code></a> updating licenses</li>
<li><a href="https://github.com/actions/download-artifact/commit/555a2fc1299fb63c5a4e673a65c8b9e6e3474b22"><code>555a2fc</code></a> updating dist</li>
<li><a href="https://github.com/actions/download-artifact/commit/4fc4d70d4c55025435f9bfd763515cecf048fc86"><code>4fc4d70</code></a> updating lock</li>
<li><a href="https://github.com/actions/download-artifact/commit/072ac9dcebef67fdbbc9612b2879103e0e877f16"><code>072ac9d</code></a> updating version no</li>
<li><a href="https://github.com/actions/download-artifact/commit/038dc0329f0e804ae981db8af9f43b00a55b10de"><code>038dc03</code></a> updating version no</li>
<li>Additional commits viewable in <a href="https://github.com/actions/download-artifact/compare/f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110...6b208ae046db98c579e8a3aa621ab581ff575935">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/download-artifact&package-manager=github_actions&previous-version=4.1.0&new-version=4.1.1)](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`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent 1be1df3 commit 878fee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:

steps:
- name: Download All Artifacts
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935
with:
path: single-comments

Expand Down

0 comments on commit 878fee1

Please sign in to comment.