We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805c1dd commit 0ae49b8Copy full SHA for 0ae49b8
.github/workflows/build.yml
@@ -78,15 +78,15 @@ jobs:
78
cake-version: tool-manifest
79
80
- name: Upload Issues-Report
81
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
82
with:
83
if-no-files-found: warn
84
name: ${{ matrix.os }} Issues
85
path: BuildArtifacts/report.html
86
87
- name: Upload Packages
88
if: runner.os == 'Windows'
89
90
91
92
name: package
0 commit comments