chore(deps): bump actions/download-artifact from 4.1.0 to 4.1.1 (#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](https://github.com/actions/download-artifact/compare/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>
This commit is contained in:
dependabot[bot] 2024-01-15 16:37:37 -05:00 committed by GitHub
parent cb70da9584
commit adc73a99e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@ jobs:
- name: Download a Coverage Results
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
uses: actions/download-artifact@v4.1.0
uses: actions/download-artifact@v4.1.1
with:
name: coverage
@ -315,7 +315,7 @@ jobs:
- uses: actions/checkout@v4
- name: Download a Release Artifact
uses: actions/download-artifact@v4.1.0
uses: actions/download-artifact@v4.1.1
with:
name: release-${{ env.PKG_VERSION }}
@ -351,7 +351,7 @@ jobs:
steps:
- name: Download a Release Artifact
uses: actions/download-artifact@v4.1.0
uses: actions/download-artifact@v4.1.1
with:
name: release-${{ env.PKG_VERSION }}
path: /a/www/ietf-datatracker/main.dev.${{ github.run_number }}