Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
34addbf
fix(clock): fix hanging notes when pausing clock (#448)
ArthurGibert Feb 26, 2026
4592128
fix(configurator): add markdown parser for app entries (#451)
chmanie Mar 1, 2026
836b835
fix(faderpunk): add public tick counter, reset delay (#449)
chmanie Mar 1, 2026
73fc74e
build(deps): bump keccak from 0.1.5 to 0.1.6 (#433)
dependabot[bot] Mar 2, 2026
c8cb798
build(deps): bump actions/upload-artifact from 4 to 6 (#428)
dependabot[bot] Mar 2, 2026
bec92a9
build(deps): bump actions/download-artifact from 5 to 7 (#427)
dependabot[bot] Mar 2, 2026
877e0d6
build(deps): bump actions/cache from 4 to 5 (#426)
dependabot[bot] Mar 2, 2026
db2fa42
build(deps-dev): bump vite from 7.1.5 to 7.1.11 in /configurator (#302)
dependabot[bot] Mar 2, 2026
8805637
build(deps): bump actions/checkout from 5 to 6 (#357)
dependabot[bot] Mar 2, 2026
b0794a5
build(deps): bump actions/setup-node from 5 to 6 (#301)
dependabot[bot] Mar 2, 2026
f67da26
fix(midi): fix jitter issue (#468)
ArthurGibert Mar 4, 2026
3454df5
build(deps): bump actions/checkout from 5 to 6 (#461)
dependabot[bot] Mar 4, 2026
4dbb3a6
build(deps): bump knope-dev/action from 2.1.0 to 2.1.2 (#463)
dependabot[bot] Mar 4, 2026
7e5b53d
feat(faderpunk): add LED feedback for straight/triplet division setti…
ArthurGibert Mar 4, 2026
be5e32a
build(deps): bump defmt-rtt from 1.0.0 to 1.1.0 (#464)
dependabot[bot] Mar 4, 2026
e8978c5
build(deps): bump actions/upload-artifact from 6 to 7 (#462)
dependabot[bot] Mar 4, 2026
4cf7987
Manual rebase onto main
rjsmith Feb 13, 2026
59553f5
Tidy up fmt
rjsmith Feb 14, 2026
f6dafdd
CV combine manual
rjsmith Mar 7, 2026
b6af70f
Manual entry for Gate Combine app
rjsmith Mar 7, 2026
d6a4a57
Tideid up lint warnings
rjsmith Mar 7, 2026
87b8e36
Latched sample gate combine inputs
rjsmith Mar 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps): bump actions/upload-artifact from 4 to 6 (#428)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2026
commit c8cb798ba0dfa8f6eace305894f5554e00a7c62a
10 changes: 5 additions & 5 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
cmake ..
make
- name: Upload picotool artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: picotool-artifact
path: picotool/build/picotool
Expand All @@ -121,7 +121,7 @@ jobs:
- run: cargo install flip-link
- run: cargo build --bin faderpunk --release --target thumbv8m.main-none-eabihf
- name: Upload firmware build artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: firmware-artifact
path: target/thumbv8m.main-none-eabihf/release/faderpunk
Expand All @@ -148,7 +148,7 @@ jobs:
VERSION="v${{ needs.prepare-beta.outputs.faderpunk_version }}"
picotool_executable/picotool uf2 convert artifacts/faderpunk.elf artifacts/faderpunk-${VERSION}.uf2
- name: Upload release artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: release-artifacts-firmware
path: artifacts
Expand Down Expand Up @@ -189,12 +189,12 @@ jobs:
cd configurator/dist
zip -r ../../artifacts/configurator.zip .
- name: Upload configurator release artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: release-artifacts-configurator
path: artifacts
- name: Upload configurator artifact for GitHub Pages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: configurator-pages-artifact
path: configurator/dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/picotool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

# Upload the picotool binary as an artifact
- name: Upload picotool artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: picotool
path: picotool/build/picotool
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
cmake ..
make
- name: Upload picotool artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: picotool-artifact
path: picotool/build/picotool
Expand All @@ -119,7 +119,7 @@ jobs:
- run: cargo install flip-link
- run: cargo build --bin faderpunk --release --target thumbv8m.main-none-eabihf
- name: Upload firmware build artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: firmware-artifact
path: target/thumbv8m.main-none-eabihf/release/faderpunk
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
VERSION="v${{ needs.detect-changes.outputs.faderpunk_version }}"
picotool_executable/picotool uf2 convert artifacts/faderpunk.elf artifacts/faderpunk-${VERSION}.uf2
- name: Upload release artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: release-artifacts-firmware
path: artifacts
Expand Down Expand Up @@ -188,20 +188,20 @@ jobs:
cd configurator/dist
zip -r ../../artifacts/configurator.zip .
- name: Upload configurator release artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: release-artifacts-configurator
path: artifacts
- name: Build landing page
run: pnpm run build:landing
working-directory: ./configurator
- name: Upload configurator artifact for GitHub Pages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: configurator-pages-artifact
path: configurator/dist
- name: Upload landing page artifact for GitHub Pages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: landing-pages-artifact
path: configurator/dist-landing
Expand Down
Loading