Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 4.1.1 to 4.1.2 (#7047)
Browse files Browse the repository at this point in the history
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](actions/download-artifact@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>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent 7b52157 commit 5e91b27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -150,7 +150,7 @@ jobs:

- name: Download a Coverage Results
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:
name: coverage

Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download a Release Artifact
uses: actions/download-artifact@v4.1.1
uses: actions/download-artifact@v4.1.2
with:
name: release-${{ env.PKG_VERSION }}

Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:

steps:
- name: Download a Release Artifact
uses: actions/download-artifact@v4.1.1
uses: actions/download-artifact@v4.1.2
with:
name: release-${{ env.PKG_VERSION }}
path: /a/www/ietf-datatracker/main.dev.${{ github.run_number }}
Expand Down

0 comments on commit 5e91b27

Please sign in to comment.