diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4713005..01d67b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,7 +70,7 @@ jobs: toolpath: "reportgeneratortool" # Default directory for installing the dotnet tool. - name: "Upload Combined Coverage" - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5.0.0 with: name: 'Coverage' path: ${{ github.workspace }}/Cobertura.xml @@ -99,7 +99,7 @@ jobs: path: code-coverage-results.md - name: "Upload Test Results" - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5.0.0 with: name: 'TestResults' path: ${{ github.workspace }}/${{ env.COVERAGE_REPORT_DIRECTORY }}/**/*