From d5fa6bfc1e0b26f7cd87372584259e4ce6ac8a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:02:56 +0000 Subject: [PATCH 1/2] Bump actions/upload-artifact from 5 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec1245d8..ca015da7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: run: | 7z a SmartSpin2kFirmware-${{ steps.date.outputs.date }}.bin.zip ./.pio/build/release/*.bin - name: Archive - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: all-artifacts path: SmartSpin2kFirmware-${{ steps.date.outputs.date }}.bin.zip From b26932c39539543c0f134d631344bb93e77e4101 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 24 Jun 2026 23:03:35 +0000 Subject: [PATCH 2/2] Update changelog for version 26.5.27 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 327aa862..9ef2aefe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Hardware +## [26.5.27] + +### Added + +### Changed + +### Hardware + + ## [26.5.4] ### Added