Skip to content

Commit a85432f

Browse files
chore(deps): bump actions/download-artifact from 6.0.0 to 8.0.1 (#10625)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f39e916 commit a85432f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186

187187
- name: Download a Coverage Results
188188
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
189-
uses: actions/download-artifact@v6.0.0
189+
uses: actions/download-artifact@v8.0.1
190190
with:
191191
name: coverage
192192

@@ -291,7 +291,7 @@ jobs:
291291

292292
- name: Download Coverage Results
293293
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
294-
uses: actions/download-artifact@v6.0.0
294+
uses: actions/download-artifact@v8.0.1
295295
with:
296296
name: coverage
297297

0 commit comments

Comments
 (0)