Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
COI_WORKER: true # Fallback for cross-origin isolation

- name: Archive Production Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: artifact
path: ./packages/app/.output/public
Expand All @@ -124,7 +124,7 @@ jobs:
node: [22]
steps:
- name: Download Artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: artifact
path: public
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
FIREBASE_APP_ID: ${{ vars.FIREBASE_APP_ID }}

- name: Archive Production Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: artifact
path: ./artifact
Expand All @@ -123,7 +123,7 @@ jobs:
node: [22]
steps:
- name: Download Artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: artifact
path: ./
Expand Down