diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index b94bf59401..13420ad172 100755 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -124,7 +124,7 @@ jobs: # .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex - name: Archive all artifacts into one ZIP file - uses: actions/upload-artifact@master + uses: actions/upload-artifact@v3 with: name: Knuwurst-all-in-one-${{github.sha}} path: | diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index 8b83d78922..7a1500b63b 100644 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -41,10 +41,10 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define CUSTOM_BUILD_VERSION "1.5.3-pre" + #define CUSTOM_BUILD_VERSION "1.5.3" #ifndef STRING_DISTRIBUTION_DATE - #define STRING_DISTRIBUTION_DATE "2023-10-14" + #define STRING_DISTRIBUTION_DATE "2024-01-07" #endif /**