Skip to content

Commit bbdf87f

Browse files
Bump dawidd6/action-download-artifact from 14 to 15 (#250)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 14 to 15. <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>v15</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump <code>@​actions/artifact</code> from 6.0.0 to 6.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/dawidd6/action-download-artifact/pull/369">dawidd6/action-download-artifact#369</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/370">dawidd6/action-download-artifact#370</a></li> <li>build(deps): bump fast-xml-parser from 5.3.4 to 5.3.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/371">dawidd6/action-download-artifact#371</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/372">dawidd6/action-download-artifact#372</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dawidd6/action-download-artifact/compare/v14...v15">https://github.com/dawidd6/action-download-artifact/compare/v14...v15</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8"><code>fe9d59c</code></a> node_modules: update (<a href="https://redirect.github.com/dawidd6/action-download-artifact/issues/372">#372</a>)</li> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/b5102adc180369dafca5583ca17261f7454a19cf"><code>b5102ad</code></a> build(deps): bump fast-xml-parser from 5.3.4 to 5.3.6 (<a href="https://redirect.github.com/dawidd6/action-download-artifact/issues/371">#371</a>)</li> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/9dde25e7413c6123b6062d4c9fc954d6ff005cfc"><code>9dde25e</code></a> node_modules: update (<a href="https://redirect.github.com/dawidd6/action-download-artifact/issues/370">#370</a>)</li> <li><a href="https://github.com/dawidd6/action-download-artifact/commit/b053b1c692d7ba1e126f651ed40289eed20fde76"><code>b053b1c</code></a> build(deps): bump <code>@​actions/artifact</code> from 6.0.0 to 6.1.0 (<a href="https://redirect.github.com/dawidd6/action-download-artifact/issues/369">#369</a>)</li> <li>See full diff in <a href="https://github.com/dawidd6/action-download-artifact/compare/v14...v15">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=14&new-version=15)](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 abd2c0d commit bbdf87f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golang.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
205205
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
206206
- name: Download code coverage report from base branch
207-
uses: dawidd6/action-download-artifact@v14
207+
uses: dawidd6/action-download-artifact@v15
208208
if: github.actor != 'dependabot[bot]'
209209
with:
210210
name: cov-result
@@ -262,7 +262,7 @@ jobs:
262262
run: make ci-bench | tee output.txt
263263
# Download previous benchmark result from cache (if exists)
264264
- name: Download benchmark report from base branch
265-
uses: dawidd6/action-download-artifact@v14
265+
uses: dawidd6/action-download-artifact@v15
266266
with:
267267
name: benchmark-result
268268
github_token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)