File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ jobs:
100100
101101 # currently, Cake.Recipe does not upload artifacts when run on gh-actions
102102 - name : Upload Issues
103- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
103+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
104104 with :
105105 if-no-files-found : warn
106106 name : ${{ matrix.os }} Issues
107107 path : |
108108 BuildArtifacts/report.html
109109 BuildArtifacts/**/coverlet/*.xml
110110 - name : Upload Packages
111- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
111+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
112112 if : runner.os == 'Windows'
113113 with :
114114 if-no-files-found : warn
You can’t perform that action at this time.
0 commit comments