diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5d9219b..cb3b2a7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -215,7 +215,7 @@ jobs: mv ${{ github.event.repository.name }} dist - name: Upload pages artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: dist