diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7e0a015..3b1012c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -72,7 +72,7 @@ jobs: toolpath: "reportgeneratortool" # Default directory for installing the dotnet tool. - name: "Upload Combined Coverage" - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: 'Coverage' path: ${{ github.workspace }}/Cobertura.xml @@ -101,7 +101,7 @@ jobs: path: code-coverage-results.md - name: "Upload Test Results" - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: 'TestResults' path: ${{ github.workspace }}/${{ env.COVERAGE_REPORT_DIRECTORY }}/**/*