Skip to content

Commit bd1806e

Browse files
committed
Update cloud downloads link
1 parent e61e929 commit bd1806e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync-binaries-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: s3 sync
6161
run: |
62-
aws s3 sync ./firmware/binaries s3://cloud-downloads.oniudra.cc/binaries
62+
aws s3 sync ./firmware/binaries s3://cloud-downloads.arduino.cc/binaries
6363
env:
6464
AWS_REGION: "us-east-1" # or https://github.com/aws/aws-cli/issues/5623
6565
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

firmware/generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import argparse
1010
import subprocess
1111

12-
DOWNLOAD_URL = "https://cloud-downloads.oniudra.cc"
12+
DOWNLOAD_URL = "https://cloud-downloads.arduino.cc"
1313

1414
PROVISION_BINARY_PATHS = {
1515
"lora": "binaries/provision/lora",

0 commit comments

Comments
 (0)