dependabot[bot]
17 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
3 additions and
3 deletions
-
.github/workflows/deploy-development.yml
-
.github/workflows/deploy-edge.yml
-
.github/workflows/deploy.yml
|
@ -85,7 +85,7 @@ jobs: |
|
|
needs: docker-build |
|
|
needs: docker-build |
|
|
steps: |
|
|
steps: |
|
|
- name: Download digests |
|
|
- name: Download digests |
|
|
uses: actions/download-artifact@v4 |
|
|
uses: actions/download-artifact@v5 |
|
|
with: |
|
|
with: |
|
|
path: ${{ runner.temp }}/digests |
|
|
path: ${{ runner.temp }}/digests |
|
|
pattern: digests-* |
|
|
pattern: digests-* |
|
|
|
@ -94,7 +94,7 @@ jobs: |
|
|
needs: docker-build |
|
|
needs: docker-build |
|
|
steps: |
|
|
steps: |
|
|
- name: Download digests |
|
|
- name: Download digests |
|
|
uses: actions/download-artifact@v4 |
|
|
uses: actions/download-artifact@v5 |
|
|
with: |
|
|
with: |
|
|
path: ${{ runner.temp }}/digests |
|
|
path: ${{ runner.temp }}/digests |
|
|
pattern: digests-* |
|
|
pattern: digests-* |
|
|
|
@ -95,7 +95,7 @@ jobs: |
|
|
needs: docker-build |
|
|
needs: docker-build |
|
|
steps: |
|
|
steps: |
|
|
- name: Download digests |
|
|
- name: Download digests |
|
|
uses: actions/download-artifact@v4 |
|
|
uses: actions/download-artifact@v5 |
|
|
with: |
|
|
with: |
|
|
path: ${{ runner.temp }}/digests |
|
|
path: ${{ runner.temp }}/digests |
|
|
pattern: digests-* |
|
|
pattern: digests-* |
|
|