We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b57492 commit b6348dcCopy full SHA for b6348dc
.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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
+ uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # 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