diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index f6e6041..79f5813 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -59,7 +59,7 @@ jobs: - name: Test with the dotnet CLI run: dotnet test --no-build --framework ${{ inputs.dotnet-framework }} --configuration ${{ inputs.configuration }} --verbosity normal --logger trx --results-directory "TestResults-${{ inputs.configuration }}-${{ inputs.dotnet-framework }}" - name: Upload dotnet test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: dontet-results-${{ inputs.configuration }}-${{ inputs.dotnet-framework }} path: TestResults-${{ inputs.configuration }}-${{ inputs.dotnet-framework }}