Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Build JS extension + Python wheel
run: ./scripts/full_build.sh
- name: Upload build artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: buckaroo-build
path: |
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
run: bash scripts/test_playwright_screenshots.sh
- name: Upload Theme Screenshots
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: theme-screenshots
path: packages/buckaroo-js-core/screenshots/
Expand Down Expand Up @@ -494,14 +494,14 @@ jobs:
# ── Upload artifacts ──
- name: Upload before screenshots
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: styling-screenshots-before
path: packages/buckaroo-js-core/screenshots/before/
if-no-files-found: ignore
- name: Upload after screenshots
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: styling-screenshots-after
path: packages/buckaroo-js-core/screenshots/after/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
# python scripts/update_changelog.py changelog_entry.md
# sed -i 's/^version = ".*"/version = "NEW"/' pyproject.toml
# uv lock
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: changelog-${{ steps.versions.outputs.new }}
path: /tmp/changelog_entry.md
Expand Down
Loading