Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.7 to 4.1.8 (#430)
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] authored Sep 10, 2024
1 parent 1557bcf commit 6cb6c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
fetch-depth: 2

- name: "Download coverage files"
uses: "actions/[email protected].7"
uses: "actions/[email protected].8"
with:
path: "reports"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-6.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
fetch-depth: 2

- name: "Download coverage files"
uses: "actions/[email protected].7"
uses: "actions/[email protected].8"
with:
path: "reports"

Expand Down

0 comments on commit 6cb6c01

Please sign in to comment.