Skip to content

Commit

Permalink
Revert to actions/upload-artifact@v3 to see if it fixes the upload-is…
Browse files Browse the repository at this point in the history
…sue.
  • Loading branch information
knutwurst committed Jan 12, 2024
1 parent 3844473 commit b92eda5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/**
Expand Down

0 comments on commit b92eda5

Please sign in to comment.