Skip to content

Commit 6b3fcbc

Browse files
authored
Update push-to-prod-nebraos-cloud-draft.yml
1 parent 2bc11c7 commit 6b3fcbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push-to-prod-nebraos-cloud-draft.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
ref: production
2020

@@ -59,14 +59,14 @@ jobs:
5959
python gen_docker_compose_by_variant.py "$variant" -o docker-compose.yml
6060
6161
- name: Balena Deploy
62-
uses: nebraltd/[email protected].0
62+
uses: nebraltd/[email protected].6
6363
with:
6464
balena_api_token: ${{secrets.NEBRAOS_CLOUD_TOKEN}}
6565
balena_url: cloud.nebra.com
6666
balena_command: "deploy nebraltd/${{ env.REPO }} --debug --nocache --build --draft"
6767

6868
- name: Upload docker-compose.yml artifact
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: docker-compose.yml.${{ env.REPO }}
7272
path: docker-compose.yml
@@ -82,7 +82,7 @@ jobs:
8282
body: "This is helium-miner-software release ${{ env.LATEST_GA }}-${{ env.day }}"
8383

8484
- name: Trigger build action in ${{ env.REPO }} repo
85-
uses: peter-evans/repository-dispatch@v2
85+
uses: peter-evans/repository-dispatch@v3
8686
with:
8787
token: ${{ secrets.MR_BUMP }}
8888
event-type: build-open-fleet

0 commit comments

Comments
 (0)