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 14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
ref : production
20
20
@@ -59,14 +59,14 @@ jobs:
59
59
python gen_docker_compose_by_variant.py "$variant" -o docker-compose.yml
60
60
61
61
- name : Balena Deploy
62
- uses :
nebraltd/[email protected] .0
62
+ uses :
nebraltd/[email protected] .6
63
63
with :
64
64
balena_api_token : ${{secrets.NEBRAOS_CLOUD_TOKEN}}
65
65
balena_url : cloud.nebra.com
66
66
balena_command : " deploy nebraltd/${{ env.REPO }} --debug --nocache --build --draft"
67
67
68
68
- name : Upload docker-compose.yml artifact
69
- uses : actions/upload-artifact@v3
69
+ uses : actions/upload-artifact@v4
70
70
with :
71
71
name : docker-compose.yml.${{ env.REPO }}
72
72
path : docker-compose.yml
82
82
body : " This is helium-miner-software release ${{ env.LATEST_GA }}-${{ env.day }}"
83
83
84
84
- name : Trigger build action in ${{ env.REPO }} repo
85
- uses : peter-evans/repository-dispatch@v2
85
+ uses : peter-evans/repository-dispatch@v3
86
86
with :
87
87
token : ${{ secrets.MR_BUMP }}
88
88
event-type : build-open-fleet
You can’t perform that action at this time.
0 commit comments