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 bc8c267 commit b01c124Copy full SHA for b01c124
.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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
+ uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # 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