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 9c392e2 commit c423347Copy full SHA for c423347
.github/workflows/build.yml
@@ -77,15 +77,15 @@ jobs:
77
cake-version: tool-manifest
78
79
- name: Upload Issues-Report
80
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
81
with:
82
if-no-files-found: warn
83
name: ${{ matrix.os }} Issues
84
path: BuildArtifacts/report.html
85
86
- name: Upload Packages
87
if: runner.os == 'Windows'
88
89
90
91
name: package
0 commit comments