We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e88f33 commit e987e10Copy full SHA for e987e10
1 file changed
.github/workflows/build.yml
@@ -68,15 +68,15 @@ jobs:
68
target: CI
69
cake-version: 1.3.0
70
- name: Upload Issues
71
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
72
with:
73
if-no-files-found: warn
74
name: ${{ matrix.os }} Issues
75
path: |
76
BuildArtifacts/report.html
77
BuildArtifacts/**/coverlet/*.xml
78
- name: Upload Packages
79
80
if: runner.os == 'Windows'
81
82
0 commit comments