File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
with :
25
25
ref : production
26
26
@@ -65,14 +65,14 @@ jobs:
65
65
python gen_docker_compose_by_variant.py "$variant" -o docker-compose.yml
66
66
67
67
- name : Balena Deploy
68
- uses : nebraltd/balena-cli-action@v16.7.0
68
+ uses : nebraltd/balena-cli-action@v16.7.6
69
69
with :
70
70
balena_api_token : ${{secrets.NEBRAOS_CLOUD_TOKEN}}
71
71
balena_url : cloud.nebra.com
72
72
balena_command : " deploy nebraltd/${{ env.REPO }} --debug --nocache --build"
73
73
74
74
- name : Upload docker-compose.yml artifact
75
- uses : actions/upload-artifact@v3
75
+ uses : actions/upload-artifact@v4
76
76
with :
77
77
name : docker-compose.yml.${{ env.REPO }}
78
78
path : docker-compose.yml
88
88
body : " This is helium-miner-software release ${{ env.LATEST_GA }}-${{ env.day }}"
89
89
90
90
- name : Trigger build action in ${{ env.REPO }} repo
91
- uses : peter-evans/repository-dispatch@v2
91
+ uses : peter-evans/repository-dispatch@v3
92
92
with :
93
93
token : ${{ secrets.MR_BUMP }}
94
94
event-type : build-open-fleet
You can’t perform that action at this time.
0 commit comments