Skip to content

Commit

Permalink
[#407] Update Artifact Action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown2 committed Jan 7, 2025
1 parent 48ddbac commit ddd1bac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
curl -o docs/coverage/branch-coverage-badge.svg "https://img.shields.io/badge/branch%20coverage-${BRANCH_COVERAGE_PERCENT}%25-${BRANCH_COLOR}"
- name: Commit Coverage Badges
run: |
git pull
git config user.name "github-actions"
git config user.email "actions@github.com"
git add docs/coverage/line-coverage-badge.svg
Expand Down

0 comments on commit ddd1bac

Please sign in to comment.