← 返回首页
chore(deps): bump actions/download-artifact from 4.3.0 to 6.0.0 (#9805) · ietf-tools/datatracker@f9aebd5 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit f9aebd5

Browse files
chore(deps): bump actions/download-artifact from 4.3.0 to 6.0.0 (#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)

Footer

© 2026 GitHub, Inc.