Skip to content

Commit

Permalink
use correct upload name
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
  • Loading branch information
zachaller committed Jul 23, 2024
1 parent 1bac5fb commit b83c186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Generate code coverage artifacts
uses: actions/upload-artifact@v4
with:
name: code-coverage
name: coverage-output-unit
path: coverage-output-unit/coverage.out

test-e2e:
Expand Down

0 comments on commit b83c186

Please sign in to comment.