Skip to content

Commit 0dc4799

Browse files
ci: bump actions/download-artifact from 4.1.2 to 4.1.4 (ietf-tools#7136)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.2 to 4.1.4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.2...v4.1.4) --- 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 fb84f32 commit 0dc4799

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
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Download a Coverage Results
152152
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
153-
uses: actions/download-artifact@v4.1.2
153+
uses: actions/download-artifact@v4.1.4
154154
with:
155155
name: coverage
156156

@@ -374,7 +374,7 @@ jobs:
374374
- uses: actions/checkout@v4
375375

376376
- name: Download a Release Artifact
377-
uses: actions/download-artifact@v4.1.2
377+
uses: actions/download-artifact@v4.1.4
378378
with:
379379
name: release-${{ env.PKG_VERSION }}
380380

@@ -410,7 +410,7 @@ jobs:
410410

411411
steps:
412412
- name: Download a Release Artifact
413-
uses: actions/download-artifact@v4.1.2
413+
uses: actions/download-artifact@v4.1.4
414414
with:
415415
name: release-${{ env.PKG_VERSION }}
416416
path: /a/www/ietf-datatracker/main.dev.${{ github.run_number }}

0 commit comments

Comments
 (0)