diff --git a/.github/workflows/archive_build.yml b/.github/workflows/archive_build.yml index b5bdc2b3..3c7dc4f4 100644 --- a/.github/workflows/archive_build.yml +++ b/.github/workflows/archive_build.yml @@ -1,14 +1,14 @@ name: Archive Build on: [push, pull_request] env: - AYAB_VERSION: v1.1.1 + AYAB_VERSION: v1.1.2 jobs: archive: runs-on: ubuntu-latest steps: - name: Fetch binary env: - FIRMWARE_URL : "https://github.com/jpcornil-git/ayabAsync-firmware/releases/download/${{ env.AYAB_VERSION }}/firmware_uno_1_1_1.hex" + FIRMWARE_URL : "https://github.com/jpcornil-git/ayabAsync-firmware/releases/download/${{ env.AYAB_VERSION }}/firmware_uno_1_1_2.hex" run: | set -e if ! wget --spider ${FIRMWARE_URL}; then