diff --git a/README.md b/README.md
index 8a98659..7089d8b 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ Company.Example.Library: Line Rate = 27%, Branch Rate = 100%, Complexity = 11
```yaml
name: Code Coverage Summary Report
-uses: irongut/CodeCoverageSummary@v1.0.3
+uses: irongut/CodeCoverageSummary@v1.0.4
with:
filename: coverage/coverage.cobertura.xml
```
@@ -94,7 +94,7 @@ jobs:
run: cp coverage/**/coverage.cobertura.xml coverage/coverage.cobertura.xml
- name: Code Coverage Summary Report
- uses: irongut/CodeCoverageSummary@v1.0.3
+ uses: irongut/CodeCoverageSummary@v1.0.4
with:
filename: coverage/coverage.cobertura.xml
badge: true
diff --git a/action.yml b/action.yml
index 2b458fc..7ef02ec 100644
--- a/action.yml
+++ b/action.yml
@@ -22,7 +22,7 @@ inputs:
default: 'console'
runs:
using: 'docker'
- image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.0.3'
+ image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.0.4'
args:
- ${{ inputs.filename }}
- '--badge'
diff --git a/src/CodeCoverageSummary/CodeCoverageSummary.csproj b/src/CodeCoverageSummary/CodeCoverageSummary.csproj
index 4cfe73c..8d8fe4e 100644
--- a/src/CodeCoverageSummary/CodeCoverageSummary.csproj
+++ b/src/CodeCoverageSummary/CodeCoverageSummary.csproj
@@ -14,7 +14,7 @@
https://github.com/irongut/CodeCoverageSummary
git
coverage test-coverage cobertura action code-coverage coverlet github-actions
- 1.0.3
+ 1.0.4