diff --git a/.github/workflows/deploy-development.yml b/.github/workflows/deploy-development.yml index 866bf010..d47ad034 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@v6 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/deploy-edge.yml b/.github/workflows/deploy-edge.yml index 3f959ffc..312b72bf 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@v6 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 62885511..7b667752 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@v6 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/digests pattern: digests-*