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