We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07ab8e5 + b08288c commit d3912e4Copy full SHA for d3912e4
.github/workflows/build.yml
@@ -74,15 +74,15 @@ jobs:
74
75
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
76
- name: Upload Issues
77
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
78
with:
79
if-no-files-found: warn
80
name: ${{ matrix.os }} Issues
81
path: |
82
BuildArtifacts/report.html
83
BuildArtifacts/**/coverlet/*.xml
84
- name: Upload Packages
85
86
if: runner.os == 'Windows'
87
88
0 commit comments