diff --git a/.github/workflows/buildtestpackage.yml b/.github/workflows/buildtestpackage.yml index 14a7bd4..c660eb1 100644 --- a/.github/workflows/buildtestpackage.yml +++ b/.github/workflows/buildtestpackage.yml @@ -55,7 +55,7 @@ jobs: path: ./publish/codecoverage/*.html - name: Unit tests - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 if: always() with: name: Unit tests @@ -64,7 +64,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Integration tests - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 if: always() with: name: Integration tests