diff --git a/.github/workflows/deploy-development.yml b/.github/workflows/deploy-development.yml index 9cd25f68..2ea76426 100644 --- a/.github/workflows/deploy-development.yml +++ b/.github/workflows/deploy-development.yml @@ -85,7 +85,7 @@ jobs: needs: docker-build steps: - name: Download digests - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/deploy-edge.yml b/.github/workflows/deploy-edge.yml index e7ecc442..6cb71633 100644 --- a/.github/workflows/deploy-edge.yml +++ b/.github/workflows/deploy-edge.yml @@ -94,7 +94,7 @@ jobs: needs: docker-build steps: - name: Download digests - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a7f1bfaa..261d26ec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -95,7 +95,7 @@ jobs: needs: docker-build steps: - name: Download digests - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-*