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 b24caa5 commit d155196Copy full SHA for d155196
.github/workflows/build.yml
@@ -69,15 +69,15 @@ jobs:
69
verbosity: Diagnostic
70
cake-version: tool-manifest
71
- name: Upload Issues
72
- uses: actions/upload-artifact@v4.5.0
+ uses: actions/upload-artifact@v4.6.0
73
with:
74
if-no-files-found: warn
75
name: ${{ matrix.os }} Issues
76
path: |
77
BuildArtifacts/report.html
78
BuildArtifacts/**/coverlet/*.xml
79
- name: Upload Packages
80
81
if: runner.os == 'Windows'
82
83
0 commit comments