Skip to content

Commit adc73a9

Browse files
chore(deps): bump actions/download-artifact from 4.1.0 to 4.1.1 (ietf-tools#6923)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.0...v4.1.1) --- 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 cb70da9 commit adc73a9

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
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: Download a Coverage Results
147147
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
148-
uses: actions/download-artifact@v4.1.0
148+
uses: actions/download-artifact@v4.1.1
149149
with:
150150
name: coverage
151151

@@ -315,7 +315,7 @@ jobs:
315315
- uses: actions/checkout@v4
316316

317317
- name: Download a Release Artifact
318-
uses: actions/download-artifact@v4.1.0
318+
uses: actions/download-artifact@v4.1.1
319319
with:
320320
name: release-${{ env.PKG_VERSION }}
321321

@@ -351,7 +351,7 @@ jobs:
351351

352352
steps:
353353
- name: Download a Release Artifact
354-
uses: actions/download-artifact@v4.1.0
354+
uses: actions/download-artifact@v4.1.1
355355
with:
356356
name: release-${{ env.PKG_VERSION }}
357357
path: /a/www/ietf-datatracker/main.dev.${{ github.run_number }}

0 commit comments

Comments
 (0)