diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 7e0bdbdc7..db2443d49 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -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 @@ -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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f2ec01b77..13ea5a944 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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: ./