Update upload-artifact for faster preformence

This commit is contained in:
smooth sail 2024-03-27 10:26:33 +02:00 committed by GitHub
parent ba355b4dc3
commit a1063fe997
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +74,7 @@ jobs:
- name: Save Docker Image archive to local filesystem
run: "docker save --output learnGitBranching.tar ${{env.REGISTRY}}/${{ steps.lowercaseImageName.outputs.lowercase }}"
- name: Upload application's Docker Image as pipeline artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: learnGitBranching.tar
name: learnGitBranching.tar