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 5dc77b0 commit 9c80162Copy full SHA for 9c80162
.github/workflows/build.yml
@@ -73,15 +73,15 @@ jobs:
73
cake-version: 1.3.0
74
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
75
- name: Upload Issues
76
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
77
with:
78
if-no-files-found: warn
79
name: ${{ matrix.os }} Issues
80
path: |
81
BuildArtifacts/report.html
82
BuildArtifacts/**/coverlet/*.xml
83
- name: Upload Packages
84
85
if: runner.os == 'Windows'
86
87
0 commit comments