Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Dec 23, 2023
1 parent 34a7167 commit e559e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Produce coverage report
run: go tool cover -html=c.out -o coverage.html
- name: Save coverage report as artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: coverage
path: coverage.html
Expand Down

0 comments on commit e559e92

Please sign in to comment.