diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index abbea2e..e14cf08 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -112,7 +112,7 @@ jobs: id-token: write steps: - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: dist path: dist