chore(deps): bump actions/download-artifact from 4.1.1 to 4.1.2 (#7047)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4.1.1...v4.1.2)

---
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-02-12 15:10:16 -05:00 committed by GitHub
parent 7b52157628
commit 5e91b27427
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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