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 @@ -73,15 +73,15 @@ jobs:
73
73
cake-version : 1.3.0
74
74
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
75
75
- name : Upload Issues
76
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
76
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
77
77
with :
78
78
if-no-files-found : warn
79
79
name : ${{ matrix.os }} Issues
80
80
path : |
81
81
BuildArtifacts/report.html
82
82
BuildArtifacts/**/coverlet/*.xml
83
83
- name : Upload Packages
84
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
84
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
85
85
if : runner.os == 'Windows'
86
86
with :
87
87
if-no-files-found : warn
You can’t perform that action at this time.
0 commit comments