From 1a7ab2e005fa5b22f4ecd47aa2f7d433605a7a53 Mon Sep 17 00:00:00 2001 From: Oliver Kunze <65952933+okunze@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:20:52 +0200 Subject: [PATCH] Update Check for updates.yml --- .github/workflows/Check for updates.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Check for updates.yml b/.github/workflows/Check for updates.yml index 2248014..1ae3247 100644 --- a/.github/workflows/Check for updates.yml +++ b/.github/workflows/Check for updates.yml @@ -193,11 +193,11 @@ jobs: uses: wei/wget@v1.1.1 with: args: https://download.argon40.com/oled/bgtime.bin -P ./download/oled - - name: Github Action for wget (oneoled.bin) + - name: Github Action for wget (logo1v5.bin) uses: wei/wget@v1.1.1 with: - args: https://download.argon40.com/oled/oneoled.bin -P ./download/oled - - name: Github Action for wget (argon-uninstall.sh + args: https://download.argon40.com/oled/logo1v5.bin -P ./download/oled + - name: Github Action for wget (argon-uninstall.sh) uses: wei/wget@v1.1.1 with: args: https://download.argon40.com/scripts/argon-uninstall.sh -P ./download/scripts