fix github action version

This commit is contained in:
Thomas Ibel
2022-01-19 18:46:54 +01:00
parent d267cbe173
commit 16d77b7bb8

View File

@@ -41,7 +41,7 @@ jobs:
run: dotnet test src -c Release -f net6.0 /p:Include=\"[${{env.PROJECT_NAME}}]*\" /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
- name: Coveralls Upload
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@1.1.3
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}