Skip to content

Commit 06b4210

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/cache-4.0.2
2 parents 85b5b05 + 7584e05 commit 06b4210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{env.BUILD_PLATFORM}} /p:Analysis='True' ${{env.DEMO_SOLUTION_FILE}}
9898
9999
- name: Upload Build Output
100-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
100+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
101101
with:
102102
name: Build x64 ${{ matrix.configurations }}
103103
path: ${{ github.workspace }}/${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}
@@ -106,7 +106,7 @@ jobs:
106106
# Upload Cilium demo artifacts only for 'schedule' and 'push'
107107
- name: Upload Compiled Cilium XDP Files
108108
if: github.event_name == 'schedule' || github.event_name == 'push'
109-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
109+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
110110
with:
111111
name: x64-${{ matrix.configurations }}-cilium-xdp
112112
path: ${{ github.workspace }}/${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}/cilium/object/*

0 commit comments

Comments
 (0)