Merge pull request #1133 from nicheexpress/main

Update upload-artifact for faster performance
This commit is contained in:
Peter Cottle 2024-03-27 17:01:42 -04:00 committed by GitHub
commit d3afaf059b
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