diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa00910..2fbd090 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: # cache: true # # - name: Download frontend build - # uses: actions/download-artifact@v6 + # uses: actions/download-artifact@v7 # with: # name: frontend-dist # path: web/frontend/dist @@ -83,7 +83,7 @@ jobs: cache: true - name: Download frontend build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: frontend-dist path: web/frontend/dist @@ -132,7 +132,7 @@ jobs: cache: true - name: Download frontend build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: frontend-dist path: web/frontend/dist @@ -179,7 +179,7 @@ jobs: cache-dependency-path: acceptance/web-ui/package-lock.json - name: Download frontend build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: frontend-dist path: web/frontend/dist @@ -248,7 +248,7 @@ jobs: cache: true - name: Download frontend build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: frontend-dist path: web/frontend/dist