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 ec2cfd5 commit a849652Copy full SHA for a849652
.github/workflows/build.yml
@@ -53,14 +53,14 @@ jobs:
53
cake-version: 1.3.0
54
55
- name: Upload Issues-Report
56
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
57
with:
58
if-no-files-found: warn
59
name: ${{ matrix.os }} issues
60
path: BuildArtifacts/report.html
61
62
- name: Upload Packages
63
64
if: runner.os == 'Windows'
65
66
0 commit comments