diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af3672b..7ec33cb 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@v5.0.0 + uses: actions/upload-artifact@v6.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@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: 'TestResults' path: ${{ github.workspace }}/${{ env.COVERAGE_REPORT_DIRECTORY }}/**/*