diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28e74b48..f0f7e02e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - name: Get artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: web-artifacts path: ./ui/web/dist @@ -52,7 +52,7 @@ jobs: fetch-depth: 0 - name: Get artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: web-artifacts path: ./ui/web/dist @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 - name: Get artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: docs-artifacts path: ./ui/docs/build @@ -101,7 +101,7 @@ jobs: fetch-depth: 0 - name: Get artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: docker-artifacts continue-on-error: true @@ -156,6 +156,6 @@ jobs: # fetch-depth: 0 # - name: Get artifact - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # with: # name: npm-artifacts