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
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:

# Optionally upload the generated site as an artifact for debugging
- name: Upload built site artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: built-site
path: public
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
commit_author: "GitHub Actions Bot <actions@github.com>"

- name: Upload Lighthouse Reports Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: lighthouse-reports # A single artifact for all reports
path: ./lighthouse-reports
Expand Down