diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 5e92f4e..2f5a41e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -97,7 +97,7 @@ jobs: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{env.BUILD_PLATFORM}} /p:Analysis='True' ${{env.DEMO_SOLUTION_FILE}} - name: Upload Build Output - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: Build x64 ${{ matrix.configurations }} path: ${{ github.workspace }}/${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}} @@ -106,7 +106,7 @@ jobs: # Upload Cilium demo artifacts only for 'schedule' and 'push' - name: Upload Compiled Cilium XDP Files if: github.event_name == 'schedule' || github.event_name == 'push' - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: x64-${{ matrix.configurations }}-cilium-xdp path: ${{ github.workspace }}/${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}/cilium/object/*