Skip to content

Commit f9aebd5

Browse files
chore(deps): bump actions/download-artifact from 4.3.0 to 6.0.0 (ietf-tools#9805)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 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 93e9bd3 commit f9aebd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v4.3.0
189+
uses: actions/download-artifact@v6.0.0
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@v4.3.0
294+
uses: actions/download-artifact@v6.0.0
295295
with:
296296
name: coverage
297297

0 commit comments

Comments
 (0)