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 1fd0338Copy full SHA for 1fd0338
.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # 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