Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.8 to 4.1.9
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.8...v4.1.9)

---
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>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent cdd934c commit f5882aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
ruby-version: 3.4
bundler-cache: true
- name: Download coverage results
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.1.9
- name: Collate simplecov
run: |
bundle exec rake coverage:report

0 comments on commit f5882aa

Please sign in to comment.