We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01c124 commit c6c1019Copy full SHA for c6c1019
.github/workflows/build.yml
@@ -66,15 +66,15 @@ jobs:
66
target: CI
67
cake-version: tool-manifest
68
- name: Upload Issues
69
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
+ uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
70
with:
71
if-no-files-found: warn
72
name: ${{ matrix.os }} Issues
73
path: |
74
BuildArtifacts/report.html
75
BuildArtifacts/**/coverlet/*.xml
76
- name: Upload Packages
77
78
if: runner.os == 'Windows'
79
80
0 commit comments