Skip to content

Commit f8ba357

Browse files
chore(deps): bump actions/download-artifact from 4.1.4 to 4.1.7 (ietf-tools#7377)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.4...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4d1cd4 commit f8ba357

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161

162162
- name: Download a Coverage Results
163163
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
164-
uses: actions/download-artifact@v4.1.4
164+
uses: actions/download-artifact@v4.1.7
165165
with:
166166
name: coverage
167167

@@ -385,7 +385,7 @@ jobs:
385385
- uses: actions/checkout@v4
386386

387387
- name: Download a Release Artifact
388-
uses: actions/download-artifact@v4.1.4
388+
uses: actions/download-artifact@v4.1.7
389389
with:
390390
name: release-${{ env.PKG_VERSION }}
391391

@@ -421,7 +421,7 @@ jobs:
421421

422422
steps:
423423
- name: Download a Release Artifact
424-
uses: actions/download-artifact@v4.1.4
424+
uses: actions/download-artifact@v4.1.7
425425
with:
426426
name: release-${{ env.PKG_VERSION }}
427427
path: /a/www/ietf-datatracker/main.dev.${{ github.run_number }}

0 commit comments

Comments
 (0)