diff --git a/.github/workflows/dotnet-build-test-coverage.yml b/.github/workflows/dotnet-build-test-coverage.yml index 01baf21..88efd0b 100644 --- a/.github/workflows/dotnet-build-test-coverage.yml +++ b/.github/workflows/dotnet-build-test-coverage.yml @@ -74,7 +74,7 @@ jobs: - name: Publish Coverage Report to GitHub Pages if: github.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: folder: ./coveragereport branch: gh-pages