Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 4.1.7 to 4.1.8 (#7647)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.7...v4.1.8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 10, 2024
1 parent e451a08 commit 6160016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:

- name: Download a Coverage Results
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: coverage

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

- name: Download a Release Artifact
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: release-${{ env.PKG_VERSION }}

Expand Down

0 comments on commit 6160016

Please sign in to comment.