File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 97
97
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{env.BUILD_PLATFORM}} /p:Analysis='True' ${{env.DEMO_SOLUTION_FILE}}
98
98
99
99
- name : Upload Build Output
100
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
100
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
101
101
with :
102
102
name : Build x64 ${{ matrix.configurations }}
103
103
path : ${{ github.workspace }}/${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}
@@ -106,7 +106,7 @@ jobs:
106
106
# Upload Cilium demo artifacts only for 'schedule' and 'push'
107
107
- name : Upload Compiled Cilium XDP Files
108
108
if : github.event_name == 'schedule' || github.event_name == 'push'
109
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
109
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
110
110
with :
111
111
name : x64-${{ matrix.configurations }}-cilium-xdp
112
112
path : ${{ github.workspace }}/${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}/cilium/object/*
You can’t perform that action at this time.
0 commit comments