Skip to content

Commit 7584e05

Browse files
Bump actions/upload-artifact from 4.0.0 to 4.3.1 (#115)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@c7d193f...5d5d22a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2cf7cf9 commit 7584e05

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)