diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8382b29..d542001 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx" - name: Upload Test Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: success() || failure() with: name: test-results diff --git a/.github/workflows/test-report.yaml b/.github/workflows/test-report.yaml index 7c22900..98976ad 100644 --- a/.github/workflows/test-report.yaml +++ b/.github/workflows/test-report.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Publish Test Results - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v1.9.1 with: artifact: test-results name: Xunit Tests