Skip to content

Commit 9b9eae9

Browse files
Bump dawidd6/action-download-artifact from 18 to 19 (#2036)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 18 to 19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dawidd6/action-download-artifact/releases">dawidd6/action-download-artifact's releases</a>.</em></p> <blockquote> <h2>v19</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump fast-xml-parser from 5.4.1 to 5.5.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/385">dawidd6/action-download-artifact#385</a></li> <li>node_modules: update by <a href="https://github.com/dawidd6"><code>@​dawidd6</code></a> in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/386">dawidd6/action-download-artifact#386</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dawidd6/action-download-artifact/compare/v18...v19">https://github.com/dawidd6/action-download-artifact/compare/v18...v19</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/8a338493df3d275e4a7a63bcff3b8fe97e51a927"><code>8a33849</code></a> node_modules: update (<a href="https://redirect.github.com/dawidd6/action-download-artifact/issues/386">#386</a>)</li> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/720df5cca2ad1ba11f023d36f84041d1d965811a"><code>720df5c</code></a> build(deps): bump fast-xml-parser from 5.4.1 to 5.5.6 (<a href="https://redirect.github.com/dawidd6/action-download-artifact/issues/385">#385</a>)</li> <li>See full diff in <a href="https://github.com/dawidd6/action-download-artifact/compare/v18...v19">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dawidd6/action-download-artifact&package-manager=github_actions&previous-version=18&new-version=19)](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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3139fdf commit 9b9eae9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.event.workflow_run.conclusion == 'success'
1919
steps:
2020
- name: Download Release Info
21-
uses: dawidd6/action-download-artifact@v18
21+
uses: dawidd6/action-download-artifact@v19
2222
with:
2323
run_id: ${{ github.event.workflow_run.id }}
2424
name: release-info
@@ -43,7 +43,7 @@ jobs:
4343
issues: write
4444
steps:
4545
- name: Download and Extract Artifacts from build
46-
uses: dawidd6/action-download-artifact@v18
46+
uses: dawidd6/action-download-artifact@v19
4747
with:
4848
run_id: ${{ github.event.workflow_run.id }}
4949
name: Signed

.github/workflows/test-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
# Need to download from the associated workflow
2424
- name: Download and Extract Artifacts from build
25-
uses: dawidd6/action-download-artifact@v18
25+
uses: dawidd6/action-download-artifact@v19
2626
with:
2727
run_id: ${{ github.event.workflow_run.id }}
2828
path: artifacts

0 commit comments

Comments
 (0)