We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4636148 commit cd004ddCopy full SHA for cd004dd
.github/workflows/build.yaml
@@ -63,15 +63,15 @@ jobs:
63
target: CI
64
cake-version: 1.3.0
65
- name: Upload Issues
66
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
67
with:
68
if-no-files-found: warn
69
name: ${{ matrix.os }} Issues
70
path: |
71
BuildArtifacts/report.html
72
BuildArtifacts/**/coverlet/*.xml
73
- name: Upload Packages
74
75
if: runner.os == 'Windows'
76
77
0 commit comments