Skip to content

Commit ecb45bd

Browse files
committed
#1 upgraded github action: upload-artifact
1 parent 1328190 commit ecb45bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
dotnet reportgenerator -reports:${{ github.workspace }}/Tests/Coverage.cobertura.xml -targetdir:"${{ github.workspace }}/Tests/coveragereport" -reporttypes:Html
4646
4747
- name: Archive code coverage results
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: code-coverage-report
5151
path: ${{ github.workspace }}/Tests/

0 commit comments

Comments
 (0)