File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
adapter_version : ${{ env.version }}
17
17
steps :
18
18
- name : Checkout Code
19
- uses : actions/checkout@master
19
+ uses : actions/checkout@4
20
20
- name : Get version of adapter
21
21
run : |
22
22
if [ ${{ github.event_name }} == "release" ];then
34
34
yq e -i '.services.cilium.version="${{ steps.glrt.outputs.release }}"' ./.github/install/deploy.yaml
35
35
cat ./.github/install/deploy.yaml
36
36
- name : Uploading file
37
- uses : actions/upload-artifact@v3.0.0
37
+ uses : actions/upload-artifact@v4
38
38
with :
39
39
name : patternfile
40
40
path : ./.github/install/deploy.yaml
51
51
adapter_name : cilium
52
52
patternfile_name : deploy.yaml
53
53
provider : Local
54
- k8s_version : v1.20.1
54
+ k8s_version : v1.29.0
55
55
sm_version : ${{ needs.SetPatternfile.outputs.sm_version }}
56
56
adapter_version : ${{ needs.SetPatternfile.outputs.adapter_version }}
57
57
output_filename : data.json
You can’t perform that action at this time.
0 commit comments