We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b57492 commit a11d772Copy full SHA for a11d772
.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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # 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