diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index f109343..3cccdfb 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -38,7 +38,7 @@ jobs: VITE_API_ENDPOINT: ${{ secrets.VITE_API_ENDPOINT }} - name: Upload as artifacts for GitHub Pages - uses: actions/upload-pages-artifact@v3.0.1 + uses: actions/upload-pages-artifact@v4.0.0 with: path: ./web-frontend/dist retention-days: 3