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 7c03e9b commit a479185Copy full SHA for a479185
.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
76
77
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
78
- name: Upload Issues
79
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
80
with:
81
if-no-files-found: warn
82
name: ${{ matrix.os }} Issues
@@ -85,7 +85,7 @@ jobs:
85
BuildArtifacts/**/coverlet/*.xml
86
87
- name: Upload Packages
88
89
if: runner.os == 'Windows'
90
91
0 commit comments