diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build-containers.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 7be61c076d..320af6828c 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -87,7 +87,7 @@ jobs: fi - name: Upload Dockerfile - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: dockerfiles_${{ matrix.dockerfile[0] }} path: dockerfiles @@ -126,7 +126,7 @@ jobs: needs: deploy-images steps: - name: Merge Artifacts - uses: actions/upload-artifact/merge@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact/merge@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: dockerfiles pattern: dockerfiles_* |